New Landing How can we help? Themeforest Theme Support Neighborhood Move/separate mobile nab and search from logo div.

Viewing 2 posts - 1 through 2 (of 2 total)
  • #90215
    Nickylew
    Member
    Post count: 35

    Hi There,

    Im building on this theme/re-styling it for a client.
    I need the mobile menu to come out of the #logo div and sit just beneath it.

    I have been looking around the header.php and sf-header.php file and cannot pin point the exact code to copy and paste to move it out of the div in a child theme file.

    Can you advise on how best to make this happen?
    I have attached screenshots of how it looks now (screenshot one) and how I would like to to be (screenshot two)

    Cheers!

    #90568
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Try this custom css:

    @media only screen and (max-width: 1024px) {
    .mh-tabletland #logo {
    margin: 10px 20px 25px;
    position: relative;
    }
    }
    #logo a.show-main-nav {
    float: right;
    position: absolute;
    bottom: -35px;
    right: 0;
    }
    #logo a.mobile-search-link {
    float: right;
    margin-right: 15px;
    position: absolute;
    bottom: -35px;
    right: 15px;
    }

    Hope that helps.

    – Ed

Viewing 2 posts - 1 through 2 (of 2 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