Add 4th frame under the slider

Discussion in 'Themia WordPress Theme' started by tdstartupto2015, Feb 15, 2015.

  1. tdstartupto2015

    tdstartupto2015 New Member

    Joined:
    Feb 11, 2015
    Messages:
    5
    Likes Received:
    0
    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.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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>
    rethink-add-4th-colum-16-feb.png
    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
     

Share This Page