Reply To: Add image buttons to front page and remain responsive

Homepage Community Forums Epik Theme Support Add image buttons to front page and remain responsive Reply To: Add image buttons to front page and remain responsive

#13149
Eric
Customer

    It seems to be responsive to me. Although, I would recommend not using tables, especially for something as simple as what you’re doing. I’d just use divs. Tables aren’t recommended because they are not consistent across all browsers. So try and recode it with divs and it should still be responsive.

    Perfect example – http://demo.appfinite.net/epik/columns/ Use the 3 column code for your images and it will be even more responsive. It will align in a single row when viewed on mobile devices. here is the code –

    <div class="one-third first">
    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.</p>
    </div>
    
    <div class="one-third">
    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.</p>
    </div>
    
    <div class="one-third">
    <p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.</p>
    </div>

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com