Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #274556

    Is it possible to adjust menu width ? what about location, let`s say I want to have it a little bit lower.

    thank you.

    #274905

    Hey koanga!

    Thank you for visiting the support forum!

    You can adjust the left and right padding of the menu in order to increase the width. Add this on Quick CSS or custom.css:

    .av-main-nav > li > a {
    padding: 0 18px;
    }

    Try to adjust the menu position with this:

    .av-main-nav-wrap {
    position: relative;
    top: 20px;
    }

    Adjust the top position. You can also use negative value.

    Best regards,
    Ismael

    #275223

    thank you for your input, no changes after adding those css codes.

    #275284

    Im using widget in right template and I notice that when Im inserting “color section” the widget area is getting pushed under the color section, any way to fix that ?

    #275422

    Hey!

    Thank you for the update.

    The code is working on our end. What is the Menu and Logo Position of your current site? I can’t see it because the website is on maintenance mode. If possible, please post a screenshot of what you’re trying to do. Regarding the color section, the element is meant to be always full width. What you can do is to set the page’s layout to No Sidebar then add 3/4 and 1/4 column layout on top of the color section. Add the content on the 3/4 column and the Widget Area element on the 1/4 column to act as sidebar.

    Regards,
    Ismael

    #275768

    Regardgin the menu placement (up or down) and the full width, the code that you gave me doen`t do much.

    I took out the maintenance mode so you can take a look.

    #276014

    Hey!

    Thank you for the update.

    Please use this on Quick CSS or custom.css to move the top position of the main menu. If possible, please create a test page of our suggestion regarding the sidebar.

    .html_header_top.html_bottom_nav_header .main_menu {
    position: relative;
    top: 20px;
    }

    Cheers!
    Ismael

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