Align images evenly

Discussion in 'Blackriders WordPress Theme' started by imogen, Mar 3, 2015.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
  2. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi imogen,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    .fullwidth p a img {
    float: left !important;
    padding-right: 15px;
    }
    2>
    Code:
    .fullwidth p {
    float: left !important;
    }
    Thanks,
    Praveen
     
  4. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    thank you - can they be the full width of the page?
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and(min-width: 960px){
    .fullwidth p a img {
      padding-right: 25px;
      margin-left: 2px;
      width: 22%;
      height: auto;
    }
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page