-
AuthorPosts
-
May 20, 2016 at 12:28 am #635613
Hi there
I have a lot of white space above my main banner image that I need to remove but am struggling to find a fix, the url is http://www.anondesigner.co.uk/mojito/
Many thanks
May 20, 2016 at 3:10 am #635642Hey Anon_Designers,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 0px!important; }
Best regards,
VinayMay 20, 2016 at 8:57 am #635776Thank you it’s moved it up slightly but I want the image to sit flush to the top of the page if possible?
May 20, 2016 at 9:33 am #635788Hi,
Please sue the below CSS to move the image all the way to the top
.av_minimal_header #header_main .container { height: 0px!important; } main.content { padding-top: 0 !important; }
Best regards,
VinayMay 20, 2016 at 9:40 am #635793That’s works great but now my logo has disappeared?
May 20, 2016 at 12:17 pm #635845Hi,
as far as i remember there was no logo earlier… Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayMay 20, 2016 at 9:14 pm #636040May 21, 2016 at 8:05 am #636156Hi,
Thank you for sharing the screenshot it is much clear now. i couldn’t see the logo earlier as it was a white logo on white background. I need to take a closer look please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
VinayMay 26, 2016 at 11:56 am #638649Hi Vinay
Just checking did you get my reply with my login details?
Many thanks
May 26, 2016 at 11:57 am #638650Just in case here are the details again:-
May 26, 2016 at 1:53 pm #638698Hi,
Thank you for the info I had not received it earlier.
To achieve what you are looking for I had to comment out some css and add the below in your child theme styles.
.html_header_top #top .av_menu_left .main_menu{ display: none !important; } .av_minimal_header #header_main .container { margin-top: -90px; }
Please refresh the page to clear cache and review the site :)
Best regards,
VinayJune 7, 2016 at 11:15 pm #644414Thanks Vinay!
June 8, 2016 at 8:08 am #644595June 8, 2016 at 10:39 pm #645111Great thank you!
-
AuthorPosts
- The topic ‘Remove white space above menu’ is closed to new replies.