• Hello,

    As I said above, all of the page content is just in one thin, centered column (excluding the header and footer).

    I’ve tried changing the theme (Storefront, Twenty sixteen, and currently Twenty Twenty), but ever since I started working on the appearance, the site has been this way and I haven’t been able to fix it.

    When I use a page builder (elementor) the customization is still limited to that one thin, centered column.

    In other words, I do not have access to the left and right parts of pages, I can’t make fullwidth blocks, or put content to the far left or the far right.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @alliejay95

    Please go to Appearance >> Customize >> Additional CSS section in your WordPress Admin Area and paste the below CSS there:

    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 100%;
    }

    This should resolve your issue.

    Please let me know if you have any more questions, comments, or concerns. ??

    Thread Starter alliejay95

    (@alliejay95)

    That didn’t work unfortunately.

    Hi @alliejay95

    I’m sorry to hear that it didn’t work as you expected. I have again tested it for you and it is working perfectly at my side.

    Here I have done some changes in the previous CSS. I request you to please try again after pasting the below CSS in your Additional CSS section:

    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 100% !important;
        width: calc(100% - 4rem);
    }

    After applying the above CSS, the page will look like this: https://tinyurl.com/y2c52jzm

    Are you looking for a different result?

    Thread Starter alliejay95

    (@alliejay95)

    That helped! But there’s still some small gaps on both sides, That top banner is supposed to be full width.

    Thread Starter alliejay95

    (@alliejay95)

    Nevermind, I set the page template to Elementor Full Width and it’s working now, thanks!

    Hi @alliejay95

    I’m glad to hear you have managed to solve the issue. If you have any more questions or come across any other issue, let me know, I’ll be happy to help. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All page content is just in one thin, centered column.’ is closed to new replies.