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

    Hi
    I have searched thru the entire forum (at least it feels like it :)
    I would like to start the main menu at the left side, text running over a grayish background. Not full width, but same width as page content.

    http://www.yippi.no/ausonius/

    I can not use UberMenu cause it conflicts with another plugin I need for secondary menu.

    Please advice

    Best regards
    Samuel

    #239191

    Hey dalboslampen!

    You can add this on Quick CSS or custom.css:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    display: block;
    width: auto;
    }

    Regards,
    Ismael

    #239282

    Hi Ismael
    Enfold never stops to amaze me! Great theme, I will probably use this for all my coming websites for a long time.
    The lack of menu control bothers me in this particular matter, but I have a feeling it will be ok after some attempts.

    My menu is now getting closer and closer, but I still need å few adjustments.
    This is how I want it to look like (without the color buttons at top)
    http://www.yippi.no/ik/

    This is how close I have gotten in Enfold:
    http://www.yippi.no/ausonius/

    Secondary menu
    1: remove white line underneath secondary menu.
    2: Control fontsize and color (before and during hover) secondary menu

    Main menu
    1: Remove white line between menu items (or better; make the line look like in the secondary menu
    2: Control fontsize and color (before and during hover) main menu
    3: submenues (dropdown) without borders
    4: submenues same background color as main (#444444)

    and last: Put a tiny border at top of the main menu container

    Thank you very much!

    Best regards
    Samuel

    #240208

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, #top .main_menu .menu li ul a { border: none!important; }
    .header_color .main_menu ul:first-child > li > a { color: #ddd; font-size: 16px; }
    .header_color .main_menu ul:first-child > li > a:hover { color: white; }
    .header_color .main_menu .menu ul li a { background-color: #444444; color: #ddd; }
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 14px; }

    Regards,
    Yigit

    #240385

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Main menu background & 1030 wide, start at left side’ is closed to new replies.