• Hello. So when I collapse this page in 2023 theme I am consistently getting a negative margin on the right and I can’t figure out why. Please see images:

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

Viewing 1 replies (of 1 total)
  • Moderator jordesign

    (@jordesign)

    Hi @pwalderzak08

    When I take a look at that page – and some of the elements that overlap the right margin – I can see there’s some custom CSS you have in place which is affecting the layout. Off the top of my head I can see.

    .serv1 {
        display: block;
        width: 100% !important;
        max-width: 1280px !important;
        padding: 4% 4% 0;
        font-size: 19px;
        color: #3c3939;
    }
    .org3 {
        color: #43566f;
        margin: 0;
        text-align: center;
        margin: 44px auto;
        font-size: 37px;
    }
    p.servcont {
        width: 100%;
        max-width: 678px;
        margin: 12px auto 44px;
    }

    That CSS is being applied in the content to Divs and Paragraphs which seem to have manually had those classes added.

    What I suspect is that the margins that are set are interfering with the default values of the blocks.

    Is there a reason you’re trying to do that with custom CSS instead of the built in margin/padding controls on the blocks?

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Twenty Three Negative Margin Right’ is closed to new replies.