Padding error on homepage

Discussion in 'Squirrel WordPress Theme' started by saravalkenburg, Dec 11, 2013.

  1. saravalkenburg

    saravalkenburg New Member

    Joined:
    Nov 1, 2013
    Messages:
    4
    Likes Received:
    0
    Hello,

    What can I do so the text doesn't run up against the container on the homepage to the right (full width column)? Thank you.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .index-fullwidth p {
    margin-right: 20px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page