Livemesh Support

Support forum for WordPress Themes and Plugins by LiveMesh

Skip to content
  • Support Forums
  • Knowledge Base – FAQ
  • Register for Support
  • Login
  • Password Reset

White line above mobile header and logo mobile position

Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › White line above mobile header and logo mobile position

Tagged: mobile header, site logo

  • This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago by Estudiowamestudiowam.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • January 12, 2015 at 9:54 pm #11609
    Estudiowamestudiowam
    Member

    Hi, Support!

    Hope you are ok!

    I’m having problems with how the header is displayed on mobile sizes.

    When the width of the screen is less than 768px, the theme shows a white line above the header.

    When the width is less than 480px, the site logo is automatically centered and it looks weird.

    I would like to know if there is a way to do the following things:
    1) Remove the white line.
    2) Float left the logo (as when the screen width is above 480ox width) when the device width is less than 480px.

    I’m attaching an image to show you what I’m talking about.

    Thanks in advance!

    Paco.

    Attachments:

    You must be logged in to access attached files.

    January 13, 2015 at 8:13 am #11627
    VeenaVeena
    Moderator

    Pls use the below Custom CSS in themeoptions –

    @media only screen and (max-width: 767px)
    #header > .inner > .wrap {
    padding-top: 10px;
    }
    @media only screen and (max-width: 479px)
    #site-logo a{
    float: left;
    }
    
    January 14, 2015 at 4:47 am #11653
    Estudiowamestudiowam
    Member

    Thanks, @phoenix!

    That worked fine.

    I’ll ask one more thing.

    After applying those changes the logo is not aligned with the responsive menu icon.

    Can you provide me with the classes or ID’s where I can change de padding or margin to align them so they can be vertically centered?

    I’m attaching a screenshot to explain what’s happening.

    Thanks in advance.

    Attachments:

    You must be logged in to access attached files.

    January 14, 2015 at 11:28 am #11672
    VeenaVeena
    Moderator

    Pls use the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px)
    {
    #site-logo a{
    margin-top: -15px;
    }
    }
    
    January 14, 2015 at 2:51 pm #11689
    Estudiowamestudiowam
    Member

    That is f*cking awesome!!!!!!

    Now you can mark this thread as resolved.

    Thank you very much, @phoenix

    Have a nice day!

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘White line above mobile header and logo mobile position’ is closed to new replies.

Our Themes

Tags

  • agile
  • appdev
  • austin
  • blog
  • contact form
  • css
  • demo
  • error
  • extinct
  • font
  • fonts
  • footer
  • gallery
  • header
  • home page
  • icons
  • images
  • install
  • installation
  • invent
  • lightbox
  • logo
  • menu
  • mobile
  • navigation
  • page sections
  • peak
  • portfolio
  • primary menu
  • responsive
  • revolution slider
  • setup
  • shortcode
  • shortcodes
  • sidebar
  • slider
  • social icons
  • tabs
  • testimonials
  • theme
  • update
  • video
  • visual composer
  • widget
  • woocommerce
Proudly powered by WordPress