Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #438660

    Using the builder – why the 110px gaps between elements?? (im using the layout elements correctly, like 5 different “1/5” in a row – but there’s still these 110 pixel whitespaces between – why’s this?

    #439280

    Hey migduvednok!

    The columns have a margin applied to them. The margin is going to be around 6% of the width of your website. If you want to change this then you can do so around line 209 in the /enfold/css/grid.css file.

    div .av_one_fifth {
      margin-left: 6%;
      width: 15.2%;
    }

    You’ll probably want to increase the width a bit to compensate. You can do this in the same file around line 271.

    Cheers!
    Elliott

    #442105

    But when i update the theme, these changes will disappear, right? Why isn’t this margin-setting an option in the theme?? It’s annoying because it hurts the layout – so many cool elements, and then these amateurish whitespaces. ;-(.

    #443110

    Hey!

    Most users have no need for changing the margins. You can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.

    If you want to do the changes in a child theme then you could copy the CSS to your child theme stylesheet.

    Regards,
    Elliott

    • This reply was modified 9 years, 6 months ago by Elliott.
    #443467

    look at http://kriesi.at/theme-overview – there it has definately NOT 110px between elements. So it seems you yourselves do edit these values!

    I’ll post it at “suggestions”

    #443917

    Hey!

    Can you please post the link to your page where we can see the issue?

    Cheers!
    Yigit

    #444023
    This reply has been marked as private.
    #445324

    Hi!

    I think I don’t see what you mean on your website, because I don’t know where to look at. Can you please show us exactly which gaps on your website you want to get rid off? you can use imgur.com or dropbox to host screenshots.

    Best regards,
    Andy

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