1. hopekiah
  2. Commercial Templates
  3. Friday, 19 September 2014
  4.  Subscribe via email
Ciarán,
Look here at this joomla 3.3.3 site with the latest Virtuoso template: casite-628230.cloudaccess.net/
Do you see the white line under the big banner? How can I get rid of that? I tried making the banner image taller but it didn't help.
thanks,
Hope
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hope

Paragraphs by default have a bottom margin and as your image is placed within paragraph tags, this margin is been added to the bottom of your image.

Regardless to remove this margin in the showcase module position simply add the following to the Custom CSS field of your templates parameters...


.showcase p {
margin-bottom: 0;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect. I was scanning the CSS for a height assignment and neglected the P tag styles. Sorry for the trouble.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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