Hello @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
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
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/
Thanks
Dear @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
Hello @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
hi @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/
But just plugin master slider don’t has responsive version
http://paraeventos.com.co/servicios/carpa-convencional/
Check it please
thanks
Hello @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/
All the best,
Mihaela
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
problem with the image+text:https://gyazo.com/df06535d85ac0939eade25d6364969c2
Hope this info helps