Add padding around pictures

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Feb 5, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    How do I add padding around images? The image details page that Wordpress offers does not give me this option. But the text is too close to the picture. Can you help? Thank you.
     
  2. 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:
    div#gallery-1 {
      margin-top: 50px;
      border-top: 2px groove #ddd;
    }
    
    If issue does not resolved provide screenshot if possible for which you are talking about.

    Thanks & Regards
    Pramod
     

Share This Page