Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1322239

    Hi Enfold Team,
    In Header Settings I’ve chosen Logo Centered, Menu Below. However, the menu is aligned left and I’d like it centered. The solutions you’ve provided via support forum are not working for us. Please provide a solution. So far in Quick CSS I have the following and have stripped out all other solutions that didn’t work.
    Thanks!

    /* Logo Padding */
    .logo img {
    padding: 15px 0px 25px 0px;
    }

    /* Menu Spacing between items */
    .av-main-nav > li > a {
    padding: 0 10px !important;
    }

    /* Menu Hover underline */
    #top #header #avia-menu > li:hover > a {
    border-bottom: solid 4px #990000 !important;
    z-index: 5;
    }
    /* Main menu sublevel */
    #top #wrap_all #header #avia-menu ul li:hover a {
    color: #990000;
    background: #ffffff;
    border-color: transparent;
    }

    #1322327

    Hey Julie,

    Please try this CSS as well:

    div.av-main-nav-wrap {
        width: 100%;
    }
    
    ul#avia-menu {
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

    #1322344

    Perfect-o Rikard!
    Thank you and have a great day!

    #1322448

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1334598

    hello. sorry I don’t know how to start a new topic so hopefully you will find this. I have this header set up and am having problem increasing the logo size to where we want it. We want it to be 500 x 74 px but it is forcing it to a 300px width. There is something preventing it and its compressing the logo and making it blurry. Please advise.

    Alsom, can you guide me where I would start my own new thread?

    #1334643

    Hi,


    @G4Design
    : Happy new year! You can start a new thread or request using the form below.

    // https://kriesi.at/support/forum/enfold/#new-post

    Did you actually select the full size version of the logo before inserting it in the theme options? It is currently using the medium thumbnail, which has a maximum width of 300px by default.

    Best regards,
    Ismael

    #1334651

    Hi Ismael

    OK, it wasn’t giving me the option for that and I realized i needed to update the theme. I did that and it fixed that issue. Now though, the footer doesn’t display. I checked theme options and it should be still. any ideas? WordPress and plugins are up to date also.

    #1334655

    Hi G4Design,

    The reason the footer is broken is that the header.php and/or footer.php in your child theme needs to be updated, you can check this thread for further details: https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
    Hope it helps.

    Best regards,
    Nikko

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