Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28908

    Hi all.

    I would like to know how to change the position of the logo to left not into the container but in the screen. Same for the nav on the right.

    Thanks.

    roberto

    #139102

    Hi Robero,

    If i understood you correctly, you should choose this setting in Enfold theme options. Layout will be larger.

    If this is not what you were asking, please send us a screenshot showing what changes you would like to do.

    Regards,

    Yigit

    #139103

    Hi.

    I’m sorry you do not understood correctly. I would like both elements align to left and right edge of the browser window.

    Two screenshot Before (where logo and nav is located now) and After (where I would like to have them).

    Thanks.

    https://www.dropbox.com/s/vc9szqxp26ycovw/Before.jpg”

    https://www.dropbox.com/s/reiai0qfr9kteb5/After.jpg”

    #139104

    Hi Roberto,

    Add the following code to the Quick CSS section or to the custom.css file:

    .container_wrap_logo .container{

    width: 100%;

    }

    .container_wrap_logo .logo{

    left: 20px;

    }

    .container_wrap_logo .main_menu{

    right: 20px;

    }

    Regards,

    Josue

    #139105

    Thanks dude.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to align logo’ is closed to new replies.