I want to modify the existing spaces of the different text blocks present on the header of the home page in the smartphone version. They are too tall or too low and obscure part of my pitch. I want to reduce these margins. thank you
pb is I don't see it in the page source so by best guess is that it's a matter of caching. Since it does not exist in the page source it is not applied to the corresponding elements.
I just deleted my browsing data from my smartphone I also integrated your code in the 3 places that I communicated to you, nothing works, nothing changes...
hello
I want to modify the existing spaces of the different text blocks present on the header of the home page in the smartphone version. They are too tall or too low and obscure part of my pitch. I want to reduce these margins.
thank you
Hello Eric,
you can reduce the margins you have mentioned on mobile with
media only screen and (max-width: 767px){
#hero.has-image #hero-caption {
padding-bottom: 80px;
}
#hero-description {
padding-top: 40px;
}
}
just decrease the value of 80px and 40px and add the code to customizer -> additional CSS
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
sorry, but despite adding your css code, no change in the display.
Hello,
Sorry but I don't see any css you added in the page source.
https://prnt.sc/D5g5tFvWQ2LF
Any cache you need to flush on your side?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
I cleared the cache on my iPhone, the result is the same...
no change
I added your code in different places but nothing changes...
Hi Eric,
pb is I don't see it in the page source so by best guess is that it's a matter of caching. Since it does not exist in the page source it is not applied to the corresponding elements.
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
I just deleted my browsing data from my smartphone
I also integrated your code in the 3 places that I communicated to you,
nothing works, nothing changes...