Problem with look of subpages

Discussion in 'RoadFighter WordPress Theme' started by elames3, Jun 30, 2013.

  1. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    Site: http://cabincapital.com/wp
    See the attached image. I want to fix the page as per my comments on the attachment.

    thank you.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Firstly, go to the Reading Settings panel (Settings > Reading) in your dashboard and follow the instruction as shown in the image given below.

    [​IMG]

    This will solve your two issues.

    For the sidebar issue,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .textwidget {
    margin-bottom: 20px;
    }
    .sidebar ul {
    margin-bottom: 20px;
    }
    You can adjust the value of margin-bottom as per your requirement.
     

Share This Page