Text too close to images

Discussion in 'Compass WordPress Theme' started by john123, Jul 17, 2014.

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

    john123 New Member

    Joined:
    Jul 12, 2014
    Messages:
    10
    Likes Received:
    0
    Hi there,

    Is there any way of distancing the text when wrapped around an image on a page or post while still being beside the text and not above/beneith? It seems that the text is just beside images and makes the page look distorted.

    Even an invisible border would do such as in the WP Twenty Eleven theme they are distanced from the image but still beside it?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .fullwidth img {
    padding: 0px 21px 0px 0px;
    } 

    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
    john123 likes this.
  4. john123

    john123 New Member

    Joined:
    Jul 12, 2014
    Messages:
    10
    Likes Received:
    0
    Worked, thanks
     
Thread Status:
Not open for further replies.

Share This Page