Make featured areas a fixed size

Discussion in 'Gommero WordPress Theme' started by treebee, Jan 25, 2014.

  1. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    How can I make those three featured areas on the home page all the same fixed size?
     
  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:
     .feature_content .feature img{
    height:115px;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    The height of featured area will depend on the content entered in the Feature Content section.
    If you enter more text in the Feature Content section then the height featured area will automatically increase.
    So use same amount of text in all the feature content section, this will fixed the size of all featured area.
     
  4. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    Thanks Gourav, it didnt work but i think that code is for the image. What I would like to do is set a fixed dimension for the written content area to make sure they all remain the same size.
     

Share This Page