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?
Hello, Could you please specify us with the help of screenshot images that where you want to add a row.
Hi, thanks for getting back to me. Please find a screenshot of what I want to do here: http://www.screencast.com/t/T9ZyvPaAgj
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> 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.