Site logo

Archived topic

Content align issue

10 replies · Started by 24xstudio on September 3, 2019

Viewing posts 1–11 of 11

Hi,

I have issues with the alignment of my content and I am unable to align it in the center with no sidebar.

This is what I trying to achieve for some of my pages: https://backlinko.com/seo-expert

Hi there,

you can use the Layout Element:

https://docs.generatepress.com/article/layout-element-overview/

You can set the Content Width and Disable the Sidebar in one place. Then set the Display Rules for the Posts you want to apply it to. I would give the posts a Category or Tag that you want it to apply to so you can automate where it is applied to.

Which page can I see the issue?

Let me know :)

Hey Leo,
The page is not published, it is in the draft.

The problem is I want the page to be full width, but when I select from the layout "Content (No sidebars)", this is what I am getting: https://prnt.sc/p2c77l

The site address is wheelsmaestro.com

Any chance you can publish the page so I can actually see the issue live?

Screenshots don't help for issues like this unfortunately.

Let me know :)

Just to clear,

This is what I am getting when I select "Full width - no sidebar" layout... meanwhile this is something it should look like ...

https://10beasts.com/disclosure/

I hope I am clearing the issue here ..

Hi there,

In "Customize > Additional CSS, find and remove this CSS:

@media (min-width: 769px) {
    #right-sidebar {
        width: 300px;
    }

    .inside-right-sidebar {
        padding-right: 20px;
    }

    #primary {
        width: calc(100% - 300px);
    }
}

Let me know if that does it or not :)

Thankyou very very much, it worked bro :)

You're welcome :)

This archived topic is closed to new replies.