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 size

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #62553
    hacweekblad
    Participant

    First off, thanks for your awesome theme!

    I have a question regarding the pages created in your theme, I can’t seem to get them to display in full width.
    Examples:
    https://hacweekblad.nl/fotos/
    https://hacweekblad.nl/hac-online/
    https://hacweekblad.nl/contact/

    I’m guessing it’s something easy but we’re nitwits, so there.

    Thanks in advance!

    #62664

    Hi there,

    Please edit your page and set the layout option to Full Width which you can find at the bottom of the page editor and update the post.

    Thank you!

    #62716
    hacweekblad
    Participant

    Hi, thanks for getting back to us!

    Not sure I understand you correctly. The only way to change it to full width over there is to select ‘No Sidebar, full width”. I did try that even though we want to keep our sidebar, but it’s still not full width, the posts below it stick out on both sides.

    If it helps, this page has the same template and the right width:
    https://hacweekblad.nl/kalender/

    To clarify, this is what I’m trying to align:
    Width size

    #62803

    Hi there,

    We have reduce the width size on single page as of user point of view to read the content.
    You can add below line of code in Appearance > Customize > Additional CSS to make the content area to full width.

    @media (min-width: 1400px) {
    	.post-template-default .site-content .container, 
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1340px;
    	}
    }
    @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;
    	}
    }

    Thank you for using our theme.

    #62805
    hacweekblad
    Participant

    Perfect, that’s exactly what we needed. Thanks very much!

    #62816

    Welcome anytime @info299

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/theme/newscard/reviews/?filter=5
    We really appreciate your rating.

    Thank you for using our theme.

    #62817
    hacweekblad
    Participant

    Of course, done!

    #62829

    Thank you for your time and review @info299

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