Responsive Formating

Discussion in 'GeoCraft WordPress Theme' started by spoonboy90, Oct 15, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I've tried unsuccessfully to sort out a few alignment issues in the mobile view...

    I'd like to center the logo and 'post listing button' as well as the listing previews as at the moment there is more space on the right than the left.

    Kind Regards
    Jamie

    http://www.stokebusinesslistings.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    @media only screen and (max-width: 480px){
    .header_wrapper .header .post_btn {
    margin-left: 36px;
    }
    .logo {
    margin-left: 24px;
    }
    .content_wrapper .featured_content .featured_post{
    margin-left: 10px;
    }
    }
    
    Adjust its value as per your requirements.
     

Share This Page