Home › Forums › Gillion Theme › Page layout standard template- Full width and sidebar
Home › Forums › Gillion Theme › Page layout standard template- Full width and sidebar
Good morning,
I wonder if it’s possible with a standard template with sidebar to create a page section without any sidebar? In the sense to structure the page with full width sections.
Best regards,
Jürgen
Hi Jürgen,
I hope you are well today and thank you for your question.
You can just set page layout to full width in the theme settings as shown in the attached screenshot to display pages full width.
Best regards,
Shufflehound team
Good morning,
Thank you. I’m fully aware of that which means that I can have a page either with or without sidebar in the sense ‘black or white’. But what I meant is to have a page general with sidebar and additional page sections with the full width e.g. at the beginning of the landing page or in the middle of the page content to give the whole page a kind of structure. Hope it’s comes a cross what my issue is.
Best regards,
Jürgen
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.container.entry-content { width: 100% !important; max-width: 99% !important; }
Thank you. But it seems it doesn’t comes across what I meant. If you look at your demo ‘Foodie’ you can see on that page the first section without sidebar follow a section with sidebar. How can I achieve that?
Best regards,
Jürgen
Solution for this topic
I understood now what you are trying to achieve.
To achieve that please configure the blog page as shown in the attached screenshot.
Then whatever content you add in that page content will be displayed above the sidebar.
Perfect. Thank you.
You are always welcome here 🙂