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

    hi. i want the logo in the middle of my page. so i selected the setting “logo center menu below”. But i do not want the menu below.

    i ony have one menu iteam. how can i bring this one menu item to this postion? http://imgur.com/a/6T9OF

    #773000

    Hey diefleischerei,

    You can use this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .av-main-nav{
      position: absolute; 
      right: 40px;
      bottom: 55px;
    }
    

    Best regards,
    John Torvik

    #773122

    Cool work, thank you John.

    How can i bring it abolutly to the right: http://imgur.com/a/Z8EqY

    #773138

    Hello diefleischerei,

    you can simply change right to 0px.

    .av-main-nav{
      position: absolute; 
      right: 0px;
      bottom: 55px;
    }

    Thank you

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