Increase feature content Size

Discussion in 'BlackBird WordPress Theme' started by imij, Mar 27, 2014.

  1. imij

    imij New Member

    Joined:
    Mar 25, 2013
    Messages:
    9
    Likes Received:
    0
    I have web site kitchentransformations.ca
    Want to increase the feature content size on 3 images in middle of the page and retain summitry?
    Where or how do increase image sizes ?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-content-inner {
    max-width: 300px;
    margin-left: 0px;
    }
    .feature-content-inner .circle {
    width: 300px;
    height: 148px;
    margin-left: 0px;
    }
    .feature-content-inner .circle img {
    width: 290px;
    height: 138px;
    } 
    You can adjust the "max-width" , "width" , "margin" and "height" as per your requirement.
    This will solve your issue.
     

Share This Page