Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #215989

    Hello,

    how can i shorten the grey background of the main menu and reduce its opacity. ( with background i mean the grey which goes till the right end of the site.)

    Another small thing is the space after the last menu point ( Feedback) Here is the | to close. How can i give more space there?

    authentic-voice.at/

    Thanks in advance

    #215998

    Hi simonac!

    Please add following code to Quick CSS in Enfold theme options under Stylling tab

    #top .main_menu .menu>li:last-child>a { padding-right: 15px; }
     .header_color .main_menu ul { background-color: rgba(74,74,74,0.7); }

    0.7 in background color is opacity. You can adjust it between 0-1

    Regards,
    Yigit

    #216022

    That worked out for the opacity and the small space!

    But how about the background which is overlapping to the right? – I want to center the menu and then this is happening.

    .main_menu {
    left: 120px;
    }

    #216025

    Hi!

    Please try adding following code to Quick CSS

    .main_menu ul:first-child > li { background-color: rgba(74,74,74,0.7); }
     .header_color .main_menu ul { background-color: transparent; }

    If you would like to remove bottom border, please add following code to Quick CSS as well

    #header_main_alternate {
    border-bottom-style: none; }

    Cheers!
    Yigit

    #216026

    Hey!

    Sorry just noticed your “centering” question. Please add following code too and adjust as needed

    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { left: 30%; }

    Regards,
    Yigit

    #216316

    Hi Yigit,

    thanks for the answer. But this does not solve the Problem i mentioned.

    Please take a look at the screenshot:

    http://authentic-voice.at/wp-content/uploads/2014/01/123.jpg

    The Menu is still overlapping to the right. How can i get rid of this?

    And i am not able to enlarge the size ofthe menu font.
    I tried these codes:

    .main_menu ul:first-child>li>a {
    font-size: 16px;
    }

    and :

    #top .main_menu .menu li ul a { font-size: 15px; }

    both with different fonts but no change in the size.

    Thanks

    #216353

    Hi, simonac
    .menu {max-width: 447px;}
    @media only screen and (min-width: 768px) and (max-width: 989px) {.menu {max-width: 408px;}}

    #216355

    Awesome Sergei! Thats it!

    Now i just need to enlarge the font.

    #216371

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {font-size: 16px;}

    #216373

    Hi!


    @s_b81
    Thanks :)

    Regards,
    Yigit

    #216387

    Awesome Dudes! Thumbs up!

    Is it possible to make a blank space between the Menu and the content?

    Regards

    Simon

    #216405

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .html_boxed #main { padding-top: 100px; }

    Regards,
    Yigit

    #216427

    Great!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to shorten the background of the main menu and reduce its opacity’ is closed to new replies.