Fixing Right Margin on Homepage FullWidth Col

Discussion in 'Squirrel WordPress Theme' started by saravalkenburg, Jan 6, 2014.

  1. saravalkenburg

    saravalkenburg New Member

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

    My text on the Homepage FullWidth Col runs to the edge. See attached. How do I fix this?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .index-fullwidth p {
    margin-right: 15px;
    } 
    You can adjust the value of "margin-right" as per your requirement.
    This will solve your issue.
     

Share This Page