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

    After an of the Enfold theme, my right-aligned main menu became left aligned. I have found several examples of .css which I have tried, but none have changed the alignment of the menu. Also, it used to be that when I selected a particular top level menu item, it would “highlight” that entire menu item within a light blue rectangle. This behavior also disappeared with the update. Any help you can offer would be well-received. I would appreciate any help in getting my main menu to align to the right again. Also, to allow a “highlight color” on the menu instead of the small, thin, black underline that is now showing on the active item.

    #925064

    Hey sonnicant,

    To be sure we understand, was the menu aligned to the left of the logo, or just to the left on the position it is now?
    Can you maybe provide a screenshot?

    Best regards,
    Basilis

    #925113

    Basilis,

    Thanks for your response. The logo is currently in the correct place, however, the menu is supposed to be aligned to the right of the screen. Unfortunately, I don’t have a screenshot because I did not take any screenshots before the update.

    Also, before the update happened, when I would select a menu item, the background color and font color would change (just for that particular menu item).

    Thanks!

    #925328

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    #avia-menu {
        width: auto !important;
        float: right;
    }

    Best regards,
    Rikard

    #930985

    Hi there,
    My menu also changed when I updated Enfold. The above code didn’t work for me.

    Previously the menu was below the logo header and much thinner. The logo was also slightly lower so it wasn’t touching the top of the browser. Any help greatly appreciated.

    I can send a screenshot of how it looks now, but don’t have one from before the update.

    #931138

    Hi kb,

    Did you have logo center, menu below layout option? Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #931248

    Hi Victoria, The logo was on the left The website login details are below.

    • This reply was modified 6 years, 8 months ago by kb.
    #931858

    Hi,

    We increase the width of the main container and decrease the width of the logo. You can find the modification in the Quick CSS field.

    div .logo a img {
        height: 60%;
        top: 20px;
    }
    
    #top .av_seperator_big_border#header .av-main-nav > li > a {
        padding: 0 9px;
    }

    Best regards,
    Ismael

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