Increase content area width in Gateway theme full-width no sidebar template
-
I’ve assigned the full-width, no sidebar page template to 2 pages in my site.
The content area width is no different from the default page template with sidebar , i.e., I am not able to expand my content into the area where the sidebar was removed.
What can I change in CSS (I bought premium package) to modify the content area width of the full-width page template?
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following CSS, which will make the content area the full width of the parent content div.
.page-template-template-full #primary { width: 100%; } -
-
- The topic ‘Increase content area width in Gateway theme full-width no sidebar template’ is closed to new replies.