Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231359
    pipodeklown
    Participant

    Dear support.
    I am trying to change the size of the x-section. On an earlier thread i found this already.
    .home #x-section-1 {
    margin-bottom: -20px;
    }
    However it does affect the height

    here is the site http://jeroenkramer.com/j.r.kramer
    I would like to reduce the height above the selectors

    #1231403
    Christian
    Moderator

    Hey there,

    The code you used reduces the space at the bottom outside of the section. Please use

    .home #x-section-1 {
    padding: 0;
    }

    For more details about the padding property, please see http://www.w3schools.com/css/css_padding.asp

    This is not the recommended way though as you can set the Section has a padding option (see attachment).

    Thanks.

    #1242262
    pipodeklown
    Participant

    Dear Christian,
    thanks, I had already tried that, any css with that selector has no influence at all.

    #1242339
    Christian
    Moderator

    Please remove the CSS and edit your Section’s top padding right within the section’s options. See https://community.theme.co/kb/cornerstone-interface-inspector/

    Thanks.

    #1256115
    pipodeklown
    Participant

    Oh yes solved, silly me. But thank you for the great support.

    #1256167
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1231359 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>