-
Good afternoon, I created some internal pages, with margins for the texts, inside the blocks.
However, on mobile, these margins are very large. I need to change it, so that this side margin is smaller on mobile devices.https://vitalequilibrius.com.br/quem-somos/
check this page on desktop and then on mobile.
Is there any regulation for this?
Is there any css code that can solve this?Hello trimbo and thanks for reaching us.
As I can see you’ve added a custom padding of 130px both on right and left side.
You can try to target this css rule only for desktop adding a media query to your Additional CSS field in the customizer or in the custom css field included in that specific page.For example you could use:
@media (min-width:961px) { .vc_custom_1642599480493 { padding-right: 130px !important; padding-left: 130px !important; } }
This will add those paddings only on mobile and tablet devices.
So try this and let me know if this work for you.
If this doesn’t fix the issue I would ask you your admin credentials and I will check it for you.Have a nice day,
Andrea- This reply was modified 2 years, 9 months ago by themes2go.
Good afternoon,
I couldn’t solve it.
How can I give you the admin data without being opened here on the Forum?Hello!
Just send a message to team@themes2go.xyz including:
– your admin url
– username
– password
– page to fixOnce received I would take care of it for you.
Best,
Andrea
The topic ‘Mobile’ is closed to new replies.