Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #285440

    Hi,
    My boss doesn’t like the amount of white space that appears between elements of the page – for example, the three buttons we have at the top and the text below. In the visual editor it appears as I want it – why does it appear to be so stretched out when I save it and go to the homepage? Is there a way to reduce the white spacing on the page between, say, the buttons and the main field of text?

    #285488

    Hi ryanbmoran!

    Thank you so much for using the theme!

    Yes, it is possible to reduce certain space between elements but we may need to inspect the website in order to give you the correct css code. Please post the website URL here.

    Best regards,
    Ismael

    #285531
    #285570

    Hi!

    Thank you for the link.

    Please add this on Quick CSS or custom.css:

    body .column-top-margin {
    margin-top: 20px;
    }

    Regards,
    Ismael

    #285750

    Do I just put exactly that into the custom CSS and save it?

    #285754

    Hey!

    Yes, exactly. Please also see – http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    Best regards,
    Yigit

    #285755

    I see. Can I also adjust the white space between our sliders and the buttons below? Thank you so much for your assistance.

    #285756

    Hi!

    Sure, please add following code to Quick CSS as well and adjust as needed

    .home .content, .home .sidebar {
    padding-top: 20px;
    }

    by default, top padding is 50px

    Best regards,
    Yigit

    #285763

    Thank you so much!

    #285767

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Is it possible to adjust the amount of white space between elements of layout?’ is closed to new replies.