• Resolved shawn007

    (@shawn007)


    Hello Team,

    I have a narrow layout. But I could not find setting to reduce or increase the Right and Left Padding of Boxed layout in Blocksy Free theme.

    Would you please let me know about a possible solution ?

    Attached Screenshot https://ibb.co/nDgW2kY

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @shawn007,
    You can use this custom CSS, simply add it Customizer -> Additional CSS:

    @media (max-width: 690px) {
    	:root {
    		--container-width: calc(88vw - var(--frame-size, 0px) * 2);
    	}
    }

    Change the 88 value for example to 95.

    Let me know if this helps.

    Hi @shawn007

    Could you try adding the following to the Additional CSS pane?

    @media (max-width: 600px) {
    #main > .ct-container {
    width: 100%;
    margin: 0px;
    }}

    This should do the trick ??

    Thanks

    • This reply was modified 3 years, 6 months ago by strelok1911.
    Thread Starter shawn007

    (@shawn007)

    Thank you @creativethemeshq & @strelok1911

    Both the solution worked. However, they completely change my layout on all the pages including my Homepage and blog pages as well.

    And I really appreciate you both.

    However, is there any way to target only the Single post pages (Only the article pages)?

    Hi @shawn007

    Can you try installing this — https://www.ads-software.com/plugins/wp-add-custom-css/ — and adding the custom CSS lines just for the posts template? I’ve tried it on a customer’s website and it worked fine.

    Let me know how it goes.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Want to remove padding’ is closed to new replies.