How can I decrease the width of the full width page? I like the 'no sidebar' but it's a little wide as full width. Is there a way to decrease to 90% or 80%?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth { width: 80%; } Thanks & Regards Gourav Shrivastava
Thanks that worked but it still has all the space on just the right of the text... is there a way to shrink it from both sides so the body is centered on the page with equal amounts of padding on the left and right?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth { text-align:center; margin-left:auto; margin-right:auto; } This will solve your issue. Thanks & Regards Gourav Shrivastava