Misc formatting on mobile device

Discussion in 'Local Business WordPress Theme' started by gypsygal, Oct 24, 2012.

Thread Status:
Not open for further replies.
  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    Hi - I love the theme but have noticed a few formatting items that need to be corrected:

    The site I am referring to is personaltrainerstampa.co

    On the main page - the MAP-Location bubble... when you hover over it does not show address

    When viewed on a mobile phone in Portrait mode:
    1. I have tried to optimize the size of the Banner at the top... Is there any way to get it to justify more to the right... or fit better across the whole top?

    2. Feature sections 2 and 3... the text runs off the page on the right side

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    .feature_contentbox.box2 p {
    padding-right: 30px;
    }
    .feature_contentbox.box3 p {
    padding-right: 30px;
    }
    .header .logo img {
    margin-left: 13px;
    }
     
    }
     
  3. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    great thanks!
     
Thread Status:
Not open for further replies.

Share This Page