Margin Problems
12 years 5 months ago - 12 years 5 months ago #5010
by Azyrus
Margin Problems was created by Azyrus
Hello everyone
I've been searching for an hour and cannot find how to remove the margin-bottom: 60px; I need a menu directly under the slider.
Thanks
I've been searching for an hour and cannot find how to remove the margin-bottom: 60px; I need a menu directly under the slider.
Code:
<div class="slideshowck camera_wrap camera_amber_skin" id="camera_wrap_87" style="display: block; margin-bottom: 60px; height: 400px">
Thanks
Last edit: 12 years 5 months ago by Azyrus.
Please Log in or Create an account to join the conversation.
12 years 5 months ago - 12 years 5 months ago #5011
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Margin Problems
Hi
the script retrieve the height of
.camera_wrap .camera_pag .camera_pag_ul li
to put the margin
you can edit it in the file camera.css
Ced
the script retrieve the height of
.camera_wrap .camera_pag .camera_pag_ul li
to put the margin
you can edit it in the file camera.css
Ced
Joomlack Webmaster and Developer
Last edit: 12 years 5 months ago by ced1870.
Please Log in or Create an account to join the conversation.
12 years 5 months ago #5031
by Azyrus
Replied by Azyrus on topic Re: Margin Problems
Hi ced,
Thanks you put me on the right path to removing the margin.
I placed this code in modules\mod_slideshowck\themes\default\csscamera.css
Thanks you put me on the right path to removing the margin.
I placed this code in modules\mod_slideshowck\themes\default\csscamera.css
Code:
.camera_pag {margin-top:-45px; height:0px;}
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds