• Hej 🙂

    How can I reduce the margin on top of the side content on pages on mobile versions?

    On my desktop version I did it with this code:

    .site-content .page {
    margin-top: -120px;
    }

    but on the mobile version, I need even less space there.

    What’s the right custom CSS?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @leni777,

    Could you please share with us a screenshot of the part of the page where you would like the top margin to be reduced? If you can also provide the link URL to that page, that would be even better.

    Kind regards,
    Herman 🙂

    I’m also working only mobile users website I want to reduce top margin and also right left margin in Stretched Container if any css code available please help

    Hi @iamgopy,

    If you could also provide us with the site URL that would be great.
    
    And regarding the Full Width/Stretched container, as explained in this doc, the width of the container is stretched to the fullest. Due to the stretched width of the container, the content runs edge to edge to the width of the browser.
    
    If you need to have left and right margin for the content, then you can choose Full Width/Contained instead.
    
    Kind regards,
    Herman 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce margin Top on mobile version’ is closed to new replies.