Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #657556

    After adding the shortcode [Web-Dorado_Zoom] in the Phone Number or small info text, it is dropping down the menu area so much it intersects with the body of the site, surely all the site should follow suit?

    Is there a quick CSS to make this all drop down

    #657558

    Hey whdsolutions!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 275px;
    }

    Cheers!
    Yigit

    #657562

    Unfortunately that has not fixed the issue :-(

    #657565

    Hi!

    Please try adding !important rule as following

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 275px !important;
    }

    Regards,
    Yigit

    #657611

    This is okay in desktop mode but now the menu is huge in height in responsive mode on iphone and android

    • This reply was modified 8 years, 4 months ago by whdsolutions.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adding shortcode drops down the header’ is closed to new replies.