badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Page content size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #88760
    Steven Bloomfield
    Participant

    I get the home page set up, but if you create a normal page with blocks, it only sizes 2 thirds of the header & menu, so it makes the site look silly. why isn’t the content pages the same? and is there any css that could make it so?

    Or, make it possible to create pages with widgets?

    Really confused tbh, any help would be great

    #88819

    Hi Steven Bloomfield,

    Please go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (min-width: 1600px) {
    	.post-template-default .site-content .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1540px;
    	}
    }
    @media (min-width: 1800px) {
    	.post-template-default .site-content .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1740px;
    	}
    }

    You can use the core and Theme widgets on the ‘Frontpage Template’ to get the layout like demo or you can also use the widgets except theme widgets from block feature for each pages as well.

    Thanks

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