1. JoomlaGirl
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 23 November 2015
  5.  Subscribe via email
Hi
How can I move the J51_ImageLinkHover buttons above the image rather than below the text where it currently is?
Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hi JoomlaGirl

Would you have a URL to an example of your modules and we will examine this further?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciarán, I have just sent the website link through to you via email.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you JoomlaGirl

Try adding the following to the Custom CSS field of your templates parameters (edit to taste)..


.j51imagelinkhover {
display: flex;
flex-direction: column;
}

.j51imagelinkhover .j51button {
margin-bottom: 20px !important;
order: 1;
padding: 0 !important;
}
.j51imagelinkhover div {
order: 2;
}
.j51imagelinkhover > p, .j51imagelinkhover > ul {
order: 3;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, that worked perfectly Ciarán.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!