Custom Footer not mobile friendly

Discussion in 'ColorWay WordPress Theme' started by sarahmiller212, Apr 8, 2013.

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

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    Custom footer that I added to the First footer widget, and then centered, is not mobile/smart phone friendly and "runs over" the footer area. Attached photo. Please advise. [​IMG]
     
  2. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Sarah,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    .footer-container .common.left {
    width: 230px!important;
    }
    }
    @media only screen and (max-width: 960px) and (min-width: 768px){
    .footer-container .common.left {
    width: 690px!important;
    }
    }
    
    It will resolve this issue.
     
  4. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    Thank you! The issue is now resolved.
     
Thread Status:
Not open for further replies.

Share This Page