How can I add a 4th frame under the slider of my Themia theme? Now I only have 3 but I want a 4th frame.
Hello ! You have to follow two steps to achieve this. Step 1:Add given code in front-page.php file as i added in below image. HTML: <div class="one_third"> <div class="wrap"> <h2>Full Localisation Support </h2> <a href=" "> <img src=" " alt="feature image"/></a> <p>Our affiliate program pays out some of the biggest commissions available in the mium WordPress. </p> <a href=" " class="read_more">Read More.....</a> </div> </div> Step 2: Paste the given code in Custom CSS box. Appearance=> Theme Option=> Styling Option Code: .feature_content img { width: 100%; } .one_third { width: 21%; } Thanks & Regards Pramod