Title: Mobile version
Last modified: August 31, 2016

---

# Mobile version

 *  [Karlopa](https://wordpress.org/support/users/karlopa/)
 * (@karlopa)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-70/)
 * Can someone recommend a good plugin, or suggestion on having the Cakifo theme
   work well for a mobile phone.
    The homepage stretches past the view-able screen.
   Perhaps it’s the plugin slider I am using that is causing this. Other wise the
   site works fairly well on a mobile phone. Thx [http://www.kellermeiercontracting.com](http://www.kellermeiercontracting.com)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [Jesper Johansen (jayjdk)](https://wordpress.org/support/users/jayjdk/)
 * (@jayjdk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-70/#post-7008483)
 * Hello,
 * You are right, it’s the plugin slider that is causing the mobile issues.
 * It’s created using tables which makes it very hard to style differently on mobile
   devices.
 * – Jesper
 *  Thread Starter [Karlopa](https://wordpress.org/support/users/karlopa/)
 * (@karlopa)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-70/#post-7008489)
 * OK Thanks and fast response! Maybe I will try the slideshow on the left side 
   of home page table and see if that helps. I will look into that in next 24 hours.
   Karlopa
 *  [leoeff](https://wordpress.org/support/users/leofx4/)
 * (@leofx4)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-70/#post-7008490)
 * Hi Karlopa,
 * I took a look at the code and you are using tables in the content to create the
   2 column look.
 * You will either need to create media queries for the tables or for better responsiveness
   and proper layout you should use <div> mark up to create your columns and follow
   along with the themes responsive CSS selectors.
 * Or for something less code involved you can use a page builder like Visual Composer
   or a free one [https://wordpress.org/plugins/siteorigin-panels/](https://wordpress.org/plugins/siteorigin-panels/).
 * Hope that helps!
 * * Never mind posted too late you already have a response 🙂
 *  Thread Starter [Karlopa](https://wordpress.org/support/users/karlopa/)
 * (@karlopa)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-70/#post-7008507)
 * Jesper, is there a way that I can have a table layout on the home page, that 
   will look the correct width on a mobile device as well as a computer screen?
   
   Here is the custom code I have for the site.
 *     ```
       tablehome {
         width: 100%;
         margin: 0 0 25px 0;
         background-color: #ffffff;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
         border-left: 1px solid #dddddd;
         border-right: 1px solid #dddddd;
         border-collapse: collapse;
         border-spacing: 0;
       }
       tablehome th,
       tablehome td {
         padding: 8px;
         border: 1px solid #dddddd;
         text-align: left;
       }
       tablehome thead th {
         background: #f7fafd;
         border-left: 1px solid #e9f2f7;
       }
       tablehome th {
         font-weight: bold;
       }
   
       #main .tablehomeBG {
         background-color: #666;
         color: #ccc;
         width: 400px;
        }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile version’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cakifo/1.6.2/screenshot.png)
 * Cakifo
 * [Support Threads](https://wordpress.org/support/theme/cakifo/)
 * [Active Topics](https://wordpress.org/support/theme/cakifo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cakifo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cakifo/reviews/)

## Tags

 * [mobile website](https://wordpress.org/support/topic-tag/mobile-website/)

 * 4 replies
 * 3 participants
 * Last reply from: [Karlopa](https://wordpress.org/support/users/karlopa/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-version-70/#post-7008507)
 * Status: not resolved