Padding around images

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by andreahw16, Nov 28, 2015.

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

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Hello ink Themes,

    Is there code for CSS that will give media added to any page or post some extra spacing around it. Please see attached screen shot.

    Thank you Screen Shot 2015-11-27 at 11.21.33 PM.png
     
  2. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .wp-caption {
        margin-right: 37px !important;
    }
    Note: Change numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    That worked great thank you, would I do the same for bottom and top? thank you
     
  5. priya

    priya Guest

    Hello,

    Yes, you can do it with given code.
    Code:
    .wp-caption {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page