Adding Row to Wood Berry front page

Discussion in 'Woodberry WordPress Theme' started by Eric, Dec 26, 2013.

  1. Eric

    Eric New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    I would like to add one more row on the front page of the Wood Berry theme underneath the first to fourth featured areas. I would like that row to be twice as wide as the four featured areas.

    Is it possible to do that?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. Eric

    Eric New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
  4. Piyush

    Piyush Support Staff

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

    Go to the front-page.php file present in your theme directory and add the code given below in that file as shown in the image.

    Code:
    <div class="extra_row"><p>Enter your content here </p></div>
    [​IMG]

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

    Code:
    .extra_row p {
    padding: 0px 10px;
    } 
    This will solve your issue.
     

Share This Page