Border padding on thumbnails

Discussion in 'Cloriato WordPress Theme' started by ebusdk, Apr 12, 2013.

Thread Status:
Not open for further replies.
  1. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
    My thumbsize is 285px, because the size was set when there was no need for caption
    ...but... now I need caption, and it resize the image - that is OK.

    Problem: border padding.

    cellspace.JPG

    I would like the Top padding (II) to be the same as the side padding (I)


    Can you help with that?

    Link to page:
    http://www.persano.dk/produktion/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content_wrapper .fullwidth-page img {
    margin-top: 0px;
    }
     
  3. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
    Perfect !

    Thank you sir
     
Thread Status:
Not open for further replies.

Share This Page