Tagged: enfold
Hi
Anyone has access to responsive feature documentation for Enfold?
How do we change the margin padding for responsive view.
I must say the responsive view is quite poorly designed for this theme.
Thanks
Hey freotech,
What exactly is poorly designed, and what would you like to change? You can find all documentation here: https://kriesi.at/documentation/enfold/
Best regards,
Rikard
The contact form is not showing on responsive view.
Also is there a way to edit just the responsive padding without affecting the desktop view? We tried and things are getting a bit messed up.
Thanks
Sam
Hi,
It looks like the you have selected to not show the container which holds the contact forms on the first page on smaller devices, please check the element options.
You can place CSS in a media query for it to only apply on mobile devices:
@media only screen and (max-width: 767px) {
Your mobile specific CSS goes here
}
If you need further help with CSS, then please try to be a bit more specific.
Best regards,
Rikard
Hello, doesn’t your page builder has a margin padding change option for mobile? Problem with every section, So, every section of every page needs to add CSS. After buying a premium theme, this is frustrating.