Feature Content Image Height

Discussion in 'GoldenEagle WordPress Theme' started by steveherman, Jul 1, 2013.

  1. steveherman

    steveherman Guest

    Joined:
    Jan 29, 2013
    Messages:
    8
    Likes Received:
    0
    How do I increase the height of my feature content images?
     
  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .feature-content .feature-box .feature-box-inner img {
    height: 201px;
    }
    .gallery_entry1 {
    background-position-y: 194px;
    height: 226px;
    }
    You can adjust these values as per your requirement.
    This will solve your issue.
     
  3. steveherman

    steveherman Guest

    Joined:
    Jan 29, 2013
    Messages:
    8
    Likes Received:
    0
    Piyush,

    Thank you for your reply! Will it cause any issues if I set the background position using left bottom instead of pixel coordinates, as shown below?

    Code:
    .gallery_entry1 {
    
    background-position:left bottom;
    
    height: 250px;
    
    }
    Thank you,

    Steve
     
  4. Piyush

    Piyush Support Staff

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

Share This Page