Hello,
My website is jmannion.com
How do I reduce the padding below the slider and move that box of text up a bit? I have used firebug but cannot correctly identify the code necessary. Your help is greatly appreciated. Thanks
Hello,
My website is jmannion.com
How do I reduce the padding below the slider and move that box of text up a bit? I have used firebug but cannot correctly identify the code necessary. Your help is greatly appreciated. Thanks
Hey,
in your slideshow.css file you can increase this value:
#top .slideshow_big {
margin-bottom: -140px;
}Where is this slideshow.css ?
Hi, I also needed to do this change, but the other way around. I can't understand why the default value is set to -140px? That led to the slideshow staying on top of the elemenets listed underneath it... So I put in a value of 20px and it looks good.
I only worry that this will be changed back to -140px once this theme gets an update? I tried to put the code into the custom.css, but it didn't do anything.
PS! timuryalcin: The css files are located in the css folder (../themes/corona/css/)
Hey Thoddi,
You should be able to put it into your Quick CSS as welll.
I just tested it to be sure and it did overwrite the default style so you won't need to worry about updates modifying the new style.
You must log in to post.