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

Mobile Styling Issues- Text & Logo

Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Mobile Styling Issues- Text & Logo

Tagged: iPhone, logo, mobile logo, mobile text size, smartphone, text size

  • This topic has 5 replies, 2 voices, and was last updated 9 years ago by GWSGWS.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 28, 2014 at 3:50 am #4895
    GWSGWS
    Member

    Hi guys

    Have two queries relating to smartphone sizing.

    1, Am finding that the site logo is being covered by the navigation box. The height of the background also reduces I tried reducing the logo width but did not seem to make much difference. Please advise.

    2. I have some <h1> font as a heading on most pages that does not seem to reduce in size when screen reduces to mobile size. Is there a way to set text size so that there is one size for desktop, ipad and iphone?

    many thanks
    GWS

    February 28, 2014 at 3:53 am #4896
    GWSGWS
    Member
    This reply has been marked as private.
    March 1, 2014 at 8:36 am #4932
    RaghavendraRaghavendra
    Moderator

    I inserted the following CSS into Custom CSS tab in theme options panel –

    /* Tweaks for mobiles */
    @media only screen and (max-width: 767px) {
    #site-logo {
    width: 180px;
    top: 5px;
    padding: 5px 0;
    }
    #mobile-menu-toggle {
    right: -10px;
    }
    h1 {
    font-size: 22px;
    line-height: 32px;
    }
    }
    

    Have changed the font size as well based on screen width. Pls have a look and get back to me if you have more queries. Thanks

    March 4, 2014 at 6:36 am #4991
    GWSGWS
    Member

    Thanks Meteorite, that’s great!

    Again with smartphone resizing, how would I reduce the padding between above and below the opening pages titles, as shown in attachment.

    On smartphones it just adds unnecessary white space and scrolling, which is basically after customer feedback, I am looking to reduce.
    .
    It would be great if some mobile controls were included in the Theme options, I’m sure it would be a good selling point.

    best regards and thanks again
    GWS

    March 5, 2014 at 7:30 am #5013
    RaghavendraRaghavendra
    Moderator

    Made the following changes to Custom CSS and I think it looks much better –

    @media only screen and (max-width: 767px) {
    	.segment {
    		padding: 30px 0;
    	}
    	.divider-fancy {
    		margin-top: 20px;
    		margin-bottom: 20px;
    	}
    	h2, h3 {
    		line-height: 28px;
    	}
    	#sidebars-footer {
    		margin-bottom: 20px;
    	}
    }
    
    March 5, 2014 at 8:09 am #5019
    GWSGWS
    Member

    Hi Meteorite

    Thant looks much better.
    Thanks very much for all your hands on help.

    GWS

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Styling Issues- Text & Logo’ 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