1. thistleleaf
  2. Commercial Templates
  3. Friday, 14 March 2014
  4.  Subscribe via email
Hi,

I am having a few issues with the gap between the slideshow and the main content and side column A.
I am trying to remove the gap between them however no matter what combination I seem to choose for the custom CSS I can't seem to get it resolved. Any help really appreciated :unsure:

the URL is http://www.iloveskye.co.uk/shulistacroft
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters..


#container_slideshow {
padding-bottom: 0;
}


To reduce the gap further you can also add the following (edit to taste)..


#container_main {
padding-top: 20px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
you are an absolute star Ciarán, thank you very much :woohoo:
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán, I did the same with my template, but I have a question:

If you turn on the Header Background the slideshow is overlapping the Header Color for ca 5 Pixels. What can I Change in order to let the slideshow area overlap the content background for 5 px, too?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Timo

Presuming I understand you correctly you can try adding the following to the Custom CSS field of your templates parameters...


#container_slideshow {
margin-bottom: -10px;
padding-bottom: 0;
}


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!