Hey,
I'm having some issues editing page templates.... Most content types like webforms, basic pages, etc. make the content span the entire page no matter the resolution of the screen. Is there an wasy way in the system to add a classwrap to those pages that make the content only span a part of the page? or that allow you to add other blocks like the blog page? (They have the search and tag blocks). I'm looking more for instructions than having someone do it. Any ideas?Thanks in advance!
Hi Daxter,
We fixed this problem already for you long ago
Your site content does not span the entire page anymore. Is there any problems now?
I hate to open an old thread, I thought I'd responded to this. The class wrap you applied for the homepage and blogs worked just fine, but Any pages you visit like basic pages, webforms by themselves, etc. all still span the entire page. Is there CSS I can change for that?
Hi,
Try to adđ the following code into style.css and check if it works:
.page-node .node-webform{
max-width: 1170px;
margin: auto;
}
Also, login page is located at staging.furfest.org/user