Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1360232

    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

    #1360270

    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

    #1360275

    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

    #1360288

    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

    #1360382

    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.

    #1360462

    Hi,

    No it doesn’t have that. Please let us know what you would like to adjust, so that we can try to help you out.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.