New Landing How can we help? Themeforest Theme Support Flexform Large website logo and Navigation centred

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #2627
    #2709
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    #3057
    jimmy
    Member
    Post count: 2

    Thanks Ed.

    The code within the related guide does seem to render the logo and navigation better on mobile devices.

    By setting ‘Logo right’ and ‘logo right spacing’ to 110px I was able to get the logo and navigation centrally aligned.

    When you resize the browser window the alignment does fall apart a bit – logo cut off and menu selected moving (Attached re-size.jpg).

    Can you amend the custom CSS so that the search is included in the navigation? When I remove:

    /* Disable the nav search */
    #nav-search {
    display: none;
    }

    The search appears bottom left, illustrated in the attached search.jpg

    Regards,
    Jimmy

     

    #3205
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Jimmy,

    To target mobile devices with CSS, you need to add your mobile-specific CSS code in something like this:

    @media only screen and (max-width: 768px) {
      /*your CSS code here*/
    }

    For the navigation, I see you added some left padding, maybe try and reduce that or left align the nav on mobile, so that the search icon doesn’t spill onto the next row.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

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