Site logo

Archived topic

full screen display - tasty theme

3 replies · Started by Ruth on November 16, 2021

Viewing posts 1–4 of 4

Hi - is it possible to have a full screen display here https://staging.textilejunkies.com/meet-the-team/ I have removed the sidebar option and set the container to full width. Trying to get the container to extend over more of the page if possible?

Hi there,

the Tasty site adds some CSS to the Customizer > Additional CSS - including this CSS rule:

.no-sidebar .entry-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

This makes any page without a sidebar a max-width of 800px.
You can delete that CSS if you want.

Great thanks - have changed it to 1000.

Glad to be of help!

This archived topic is closed to new replies.