• Resolved roliw80

    (@roliw80)


    Dear friends, which CSS class and property do I use to move the main content up? There is still a white space between the menu and the content that I can’t seem to get rid of. Thanks so much.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @roliw80,

    Would you please try the following CSS

    .ast-separate-container #primary {
        margin-top: 2em;
    }

    Feel free to modify the code above.
    
    I hope that will help. Feel free to reach out to us if you have any further queries.

    Kind regards,
    Herman 🙂

    Thread Starter roliw80

    (@roliw80)

    Dear Herman, thank you very much, it works! How do you know all this, I just couldn’t get there by myself… now I’m trying to make the margin around the footer items smaller, but also can’t figure this one out… thanks so much for your help. Roland.

    Hi @roliw80,

    Please refer to this screenshot to know how I did it 😉
    
    And regarding your latest query, margin around the footer items, would you mind to provide a screenshot for this, so we can understand better about what you were trying to achieve?
    
    Kind regards,
    Herman 🙂

    Thread Starter roliw80

    (@roliw80)

    Thank you very much Herman, I could fix the footer myself, thanks to your screenshot. All the best and kind regards, Roland.

    That’s great, @roliw80!

    I am very pleased to know that you have managed to make it work.

    Please mark the topic as resolved and do let us know if there’s anything else we can help you with.

    Have a nice day and stay safe!

    Kind regards,
    Herman 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS class to move main content up’ is closed to new replies.