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*

width Web

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #80784
    Roberto
    Participant

    i use layout with right sidebar but it full width. Is It possible set a fixed max width?

    #80805

    Hi Roberto,

    Layout can be changed from ‘Appearance > Customize > Layout’. and if you want to set the layout for specific page or the post then you can change it through the meta section from the bottom of every page/post Page editor. And if you have set the layout from the specific page then it will override the global layout of ‘Appearance > Customize > Layout’.

    Thanks

    #80830
    Roberto
    Participant

    In ‘Appearance > Customize > Layout’. No full width Is just without sidebar. I want to keep sidebar and set the size for desktop layout.

    #80865

    Ok, you mean you want the full width along with sidebar layout.

    Please go to the ‘Appearance > Customizer > Additional CSS’ and paste 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;
    	}
    }

    Thanks

    #80881
    Roberto
    Participant

    No, i no want full width. i want set a width size of page with Sidebar layout.

    #80885
    Roberto
    Participant

    your code works perfect with articles but no with pages.

    #80906
    Roberto
    Participant

    i fixed with this modify:

    .post-template-default .site-content .container,
    .page-template-default:not(.woocommerce) .site-content .container {

    thank you.

    #80992

    Hi Roberto,

    Sorry we forgot to provide the code that should affect for the page too. It’s Great you find out the solution by yourself. Even We have updated the pervious code as well.

    Thanks

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