Title: Theme doesnt work for mobile.
Last modified: February 25, 2019

---

# Theme doesnt work for mobile.

 *  [dailyjan](https://wordpress.org/support/users/dailyjan/)
 * (@dailyjan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/)
 * Hi,
    So I have been working on my website but one thing I am not able to fix 
   is that the site I make on my pc is good. But on mobiles/tablets it looks completely
   different. Alle the images are not how they are used to be and the spacing is
   also off.
 * Anyone know how to fix this issue??
 * Kind Regards,
    Delian
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-doesnt-work-for-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11248461)
 * Hello [@dailyjan](https://wordpress.org/support/users/dailyjan/),
 * Thank you for reaching out to us!
    This is caused by the margins and padding 
   you added to those sections which affects the mobile layout as well. To fix this
   please add the following code in Additional CSS:
 *     ```
       @media screen and (max-width: 800px) { 
       #services-350039 {
           margin-top: 0;
           margin-bottom: 0;
       }
       #about-473781 {
           margin: 0;
           padding: 0;
       }
        } 
       ```
   
 * This should do it! Make sure to clear your phone’s cache before checking again.
 * All the best,
    Mihaela
 *  Thread Starter [dailyjan](https://wordpress.org/support/users/dailyjan/)
 * (@dailyjan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11249706)
 * Hi thanks for the answer, I added it to the additional css but it doesn’t seem
   to work. On my phone/tablet the margins are still the same
 * Hope this info will help,
    Kind Regards, Delian
 *  [dianys87](https://wordpress.org/support/users/dianys87/)
 * (@dianys87)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11252777)
 * Hi
 * The master slider plugin does not look good on mobile and tablet. You can see
   the link on my website. What can I do to make it look responsive.
    Check my website
 * [http://paraeventos.com.co/servicios/carpa-salon/](http://paraeventos.com.co/servicios/carpa-salon/)
 * Thanks
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11254080)
 * Dear [@dailyjan](https://wordpress.org/support/users/dailyjan/),
 * Please replace the code I initially sent with this one:
 *     ```
       @media screen and (max-width: 800px) {
       .section-services {
           margin-top: 0 !important;
           margin-bottom: 0 !important;
       }
       .section-about {
           margin-bottom: 0 !important;
           margin-top: 0 !important;
           padding-bottom: 0 !important;
           padding-top: 0 !important;
       }
       }
       ```
   
 * This should do it!
 * All the best,
    Mihaela
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11254089)
 * Hello [@dianys87](https://wordpress.org/support/users/dianys87/),
 * I have looked at your website but you seem to be using a different theme and 
   not Portum.
    My recommendation is to reach out to the theme’s developers and 
   they will surely help you with this.
 * All the best,
    Mihaela
 *  [dianys87](https://wordpress.org/support/users/dianys87/)
 * (@dianys87)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11255221)
 * hi [@mplusb](https://wordpress.org/support/users/mplusb/)
 * The entire website is responsive,
    the problem is only with the master slider
   plugin When I installed this plugin it does not have the responsive version with
   this format. How can I solve it?
 * Look the home from your cellphone, it’s ok
    [http://paraeventos.com.co/](http://paraeventos.com.co/)
 * But just plugin master slider don’t has responsive version
    [http://paraeventos.com.co/servicios/carpa-convencional/](http://paraeventos.com.co/servicios/carpa-convencional/)
 * Check it please
    thanks
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11258139)
 * Hello [@dianys87](https://wordpress.org/support/users/dianys87/),
 * As much as I would like to help, we are not the developers of the Master Slider
   plugin.
    You will need to reach out to them regarding this: [https://wordpress.org/plugins/master-slider/](https://wordpress.org/plugins/master-slider/)
 * All the best,
    Mihaela
 *  Thread Starter [dailyjan](https://wordpress.org/support/users/dailyjan/)
 * (@dailyjan)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11258452)
 * Still doesnt’t seem to work. The problems are with the main slider. when holding
   the phone/tablet horizontal it is good but vertical it doesnt resize. And the
   text+image doesnt work properly when holding the tablet/phone horizontal. The
   background is larger than the image. But on pc it is perfectly fitted.
 * problem with the slider: [https://gyazo.com/989b3959d0483a8b173df72f19b82c92](https://gyazo.com/989b3959d0483a8b173df72f19b82c92)
   
   problem with the image+text:[https://gyazo.com/df06535d85ac0939eade25d6364969c2](https://gyazo.com/df06535d85ac0939eade25d6364969c2)
   Hope this info helps

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

The topic ‘Theme doesnt work for mobile.’ is closed to new replies.

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

## Tags

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

 * 8 replies
 * 3 participants
 * Last reply from: [dailyjan](https://wordpress.org/support/users/dailyjan/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/theme-doesnt-work-for-mobile/#post-11258452)
 * Status: not resolved