Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #339978

    Hi
    I would like the logo to the left, the menu underneath – but floating to the right.
    Possible?

    http://www.dalbomultimedia.net/demo6/

    #340060

    Hey dalboslampen!

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

    .avia-menu.av-main-nav-wrap {
    text-align: right;
    }

    Regards,
    Yigit

    #340131

    Thanks Yigit!
    Your support is great!

    …but, there is alway a but there? :) –
    I would very much like the Logo to stay Left, and the menu text float to the right.

    How can I redirect the Logo to the Left, it doesn’t apply using with default logo control`s

    #340136

    Hey!

    Please add following code to Quick CSS as well

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

    Thank you for your kind words :)

    Regards,
    Yigit

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