Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #691759

    Hi Guys,

    I’ve placed my logo on a solid colour background and would like the background to be on the extreme left of the navigation menu, i.e. touching the left edge of the screen. How can I do this?

    #691964

    Hey GeoCreo,

    Receiving a 403 error message when trying to access your site.

    Best regards,
    Jordan

    #691967

    Hi Jordan,

    Please try it again, It does this from time to time but it eventually opens up.
    Thanks a lot.

    Regards,
    GeoCreo

    #691979

    Hi,

    That may be because the right folder permissions are not set – https://codex.wordpress.org/Changing_File_Permissions

    Best regards,
    Jordan

    #692002

    Thanks Jordan. Is there any general code you woud suggest I try though to move the logo further to th left?

    #692284

    Hi Guys,

    Still waiting for a response…the site is now accessible.
    Thanks in advance.

    Regards,
    Geo

    #692293

    Hi!

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

    .container.av-logo-container {
        margin-left: 0;
        padding-left: 0;
        max-width: 100%;
    }

    Regards,
    Yigit

    #692303

    Thanks so much, Yigit! How about if I want to move the menu links so that they are now left aligned, next to the logo?

    Regards,
    Geo

    #692307

    Hi!

    Please add following code to Quick CSS as well

    nav.main_menu {
        position: absolute;
        float: left;
        right: auto;
        left: 50%;
    }

    Regards,
    Yigit

    #692323

    Thanks, Yigit! Really appreciate it.

    Kind regards,
    Geo

    #692328

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How can I move my logo to the extreme left of the navigation menu?’ is closed to new replies.