Vantage templates, width issue
Hi!
This may seem strange but I’ll try to explain what’s going on.
I copied the template-full-notitle.php file and changed the name of the newly created file. I wanted to add some things to the new template. But for unknown reasons .. template is not full width. It looks like she was contain sidebar. I want to have a few full width templates and in all of them I want to add some changes. What is going on?
Thanks in advanced
Best Regards
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi George,
This is due to the lack of applied CSS to the template. By default in Vantage, the #primary div (also known .content-area) has a default width to fit the sidebar. When the full-width template is in effect CSS gets applied via a specific selector that targets the template name added to the body class. For reference,
You’ve got to add CSS that matches that. For instance:
.page-template-template-full-Copy #primary { width: auto; float: none; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.