White Space on Slide

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Feb 11, 2014 3:09 am
Hi, im having an issue with the Slide on my page. Im using your joomla Modules and the problema is that the slide is showing a white space on top of the image.

Link: http://bogotawebradio.com/

Thanks.
User avatar
Fresh Boarder

GK User
Tue Feb 11, 2014 7:29 am
It seems your template is overriding some css settngs. You need to get rid of this:
Code: Select all
* + figure {margin-top: 15px;}

setting it back to 0px.
User avatar
Moderator

GK User
Tue Feb 11, 2014 6:17 pm
Hi, i made the changes to:

* + figure {
margin-top: 0px;

But the white space still appearing.

Thanks
User avatar
Fresh Boarder

GK User
Tue Feb 11, 2014 9:44 pm
I don't know where you have made those changes, but I still see only original settings.
User avatar
Moderator

GK User
Tue Feb 11, 2014 9:53 pm
I made the changes on theme.css, maybe you can tell me where do i need to apply that changes, please.

Thanks
User avatar
Fresh Boarder

GK User
Wed Feb 12, 2014 8:51 am
You use theme that is not made by us as far as I can see. Theme support should help you with that.
User avatar
Moderator

teitbite
Wed Feb 12, 2014 8:18 pm
Hi

Was asked to answer here by user. Please add this code to css:

Code: Select all
.gkIsWrapper-gk_bikestore figure {
    margin-top: 0;
}
User avatar
Moderator


cron