-
AuthorPosts
-
November 10, 2013 at 1:04 pm #186577
Hi,
How can I control the distance between the top menu and the slider?
In addition, where do I set the slider height?
Thanks,
Guy.- This topic was modified 11 years ago by guyco.
November 10, 2013 at 2:02 pm #186582Slider height:
Layerslider: global settings, slider heightNovember 10, 2013 at 3:14 pm #186604Thanks.
What the about the first question?November 10, 2013 at 3:26 pm #186605Hey!
Can you post the link to your website so we can check what type of header you are using?
Regards,
YigitNovember 10, 2013 at 3:27 pm #186606This reply has been marked as private.November 10, 2013 at 3:30 pm #186608Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .fixed_header.social_header #main { padding-top: 12px; }
Regards,
YigitNovember 10, 2013 at 3:33 pm #186610This is what I have in the quick css under styling tab:
li#menu-item-3512 a {
padding: 5px 10px;
background-color: #0698d9!important;
color: white!important;
height: 30px!important;
line-height: 20px!important;
margin-top: 43px;
border-radius: 10px;
}.header-scrolled li#menu-item-3512 a {
margin-top: 15px;
}.home .fixed_header.social_header #main {
padding-top: 12px; }You can check it out, it seems like it was before.
Thanks,
Guy.November 10, 2013 at 4:21 pm #186627Hey!
Please flush browser cache and refresh page a few times. On my end, it removed the huge gap between header and slider on homepage
Cheers!
YigitNovember 10, 2013 at 5:47 pm #186631Did it few times, no change :(
Could you please send me a screenshot of what you see?
Cheers,
Guy.November 10, 2013 at 10:47 pm #186676Hey!
Try adding this code instead (replace what you have in Quick CSS):
#header_main .container { height: 75px !important; } #avia-menu li, #avia-menu li a { height: 75px !important; line-height: 75px !important; } li#menu-item-3512 a { padding: 5px 10px; background-color: #0698D9!important; color: #FFF!important; height: 30px!important; line-height: 20px!important; margin-top: 23px !important; border-radius: 10px; } #main { padding-top: 106px !important; }
Regards,
JosueNovember 13, 2013 at 10:33 am #187678Works like charm!
The only thing that I noticed now, is that the top bar does not shrink when scrolling the page … Any idea how to tackle it?
Thanks for your great support.Cheers,
Guy.- This reply was modified 11 years ago by guyco. Reason: Added more information
-
AuthorPosts
- The topic ‘Header and slider distance’ is closed to new replies.