How to make each listing boxes look smaller?

Discussion in 'GeoCraft WordPress Theme' started by reviewdome, Apr 6, 2013.

  1. reviewdome

    reviewdome New Member

    Joined:
    Feb 23, 2013
    Messages:
    9
    Likes Received:
    0
    I need the boxes to look smaller.

    -----------------------------------------


    Hello,


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

    Code:
    .content_wrapper .featured_content .featured_post .featured {
    width: 392px;}
     
    @media only screen and (max-width: 480px){
    .content_wrapper .featured_content .featured_post .featured {
    width: 232px !important;}}
    
     
  2. Nitesh

    Nitesh Support Staff

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


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

    Code:
    .content_wrapper .featured_content .featured_post .featured {
    width: 392px;}
     
    @media only screen and (max-width: 480px){
    .content_wrapper .featured_content .featured_post .featured {
    width: 232px !important;}}
    
     

Share This Page