New Landing How can we help? Themeforest Theme Support Neighborhood Logo on the right side in mobile layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • #203335
    opus95448
    Member
    Post count: 33

    Hello, I chose the header style in the attachment because it’s the most fitting for my client. Unfortunately the logo jumps from right to left when viewing the site on a mobile device (see other attachment). Can you provide a adjustment to make this consistent? Thank you!

    Attachments:
    You must be logged in to view attached files.
    #203580
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    @media only screen and (max-width: 979px){
    #logo {
        float: right!important;
    }
    }

    -Rui

    #203682
    opus95448
    Member
    Post count: 33

    This doesn’t work. The logo is still on the left side on mobile view. I want the search-icon and mobile navigation on the left and the logo on the right. Basically they should switch places. Please help.

    #203787
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one instead.

    .logo-right#logo {
        float: left!important;
    }
    
    #logo a.show-main-nav {
        float: left;
    }
    #logo a.mobile-search-link {
        float: left!important;
        margin-left: 15px;
    }
    

    If it doesn’t work it’s easier if you provide admin access so I can test the css.

    Thanks

    -Rui

    #203939
    opus95448
    Member
    Post count: 33
    This reply has been marked as private.
    #204207
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Already made some changes. Check again.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register