[Resolved] full screen display – tasty theme

Home Forums Support [Resolved] full screen display – tasty theme

Home Forums Support full screen display – tasty theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2006144
    Ruth

    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?

    #2006219
    David
    Staff
    Customer Support

    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.

    #2006223
    Ruth

    Great thanks – have changed it to 1000.

    #2006236
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.