Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182024

    Hi I am using Addthis smart layers for my sites social media in the site header however the main menu hides behind the social icons when the page width is from 1088px – 1207px,

    I tried doing lots of things like adding extra padding but it started affecting the main menu when it turned further smaller, Please help me out

    #182025

    Link to my page :- http://frontdesign.in/new/

    #182072

    Hi!

    Please try adding following code

    @media only screen and (min-width: 990px) and (max-width: 1099px) { .main_menu { right: 70px; }}

    It seems to be working fine between 1088px – 1207px on my end

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive Header’ is closed to new replies.