Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #680266

    So this is the site I am currently making : http://pcaconcepts.com/
    I am trying to achieve the menu bar to look like this : http://www.mcorautomotive.com/ (The header is separated from the top of the page, wondering if that is possible to do?

    Also, Mega menu issue: If you go over the shop icon, Where it says “Specials” the “shop” Page should be under the “specials” Column, is there any CSS I can add to move the sub levels over to the left?

    Is there also CSS so I can add to change the fonts of the sub menu items?

    Thanks!

    #680818

    Any ideas?

    #681968

    Hi,

    Thank you for using Enfold.

    Add this in the Quick CSS field to create a gap between the top bar and the main header:

    #header_main {
        margin-top: 50px;
        background-color: red;
    }
    
    .header_color .header_bg, #main {
        background-color: transparent;
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0;
    }

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.