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

    Hi,

    I want to get my logo left. But the menu in the center. Is that posible?

    #831779

    Hey huurm900,

    Please choose to display “logo center, menu below” option in Enfold theme options > Header and then add following code to Quick CSS in Enfold theme options under General Styling tab:

    .html_header_top.html_logo_center .logo {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    Best regards,
    Sarah

    #833108

    Does not work :(

    #833287

    Hi,

    Try to add the !important after each rule and clear your cache.

    Best regards,
    John Torvik

    #833618
    This reply has been marked as private.
    #834551

    Hey!

    I added following code to Quick CSS field in Enfold theme options > General Styling

    .main_menu { right: 35%; }

    Please review your website

    Regards,
    Yigit

    #834632

    Cool Thanks!

    #834648

    Is ti also posible to align it at the botom the text?
    vertical-align: bottom;

    #834687

    Hi,

    I addded following code to Quick CSS as well

    @media only screen and (min-width: 990px) {
    #top #header_main > .container .main_menu .av-main-nav > li > a {
        line-height: 160px !important;
    }}

    :)
    Best regards,
    Yigit

    #834701

    COOOL! But did this change the size of my normal text?

    #834709

    Hi,

    It would not. Please go to Enfold theme options > General Styling > Fonts and change it under “Default content font size”.

    Best regards,
    Yigit

    #848339

    Maybe a silly question, but how do i set the logo to the right? The easy way, replacing left with right, didn’t work out. It sticks on the right side of the content block and no on the page itsself.

    Thanks in advance for your help

    #848415

    Hi,


    @ott-werbeagentur
    Please use the code as following

    .html_header_top.html_logo_center .logo {
      left: auto;
      right: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    Best regards,
    Yigit

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