luceylin
Member
Posted 2 years ago #
I have muddled through and gotten ALMOST to where I want to be with one issue. I created a new template, uploaded it in the correct place, and selected it for my home page. It is a one column layout, and it displays as one column, but the text is still the width of the original two column page, leaving a blank space where the sidebar was. What code needs to be added/deleted/change to fix this? Thank very much.
Justin01
Member
Posted 2 years ago #
Shoot your website's address.
luceylin
Member
Posted 2 years ago #
Justin01
Member
Posted 2 years ago #
Go in your CSS stylesheet (style.css).
Look/find:
/* begin LayoutCell */
.art-contentLayout .art-content
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 685px; /* - - - REMOVE THIS LINE - - - */
}
Remove "width:685px;".
luceylin
Member
Posted 2 years ago #
that seemed to make all of the pages wide, not just the template that I wanted as 1 column.
I'm having the same issue. I'd like to change this ONLY for the NEW HOME PAGE I created. Not the entire site. Anyone have suggestions?
Artisteer already has a wide class in the style.css set at 100%
In the new template page find something like:
<class="art-contentLayout">
<class="art-content">
Change second class to:
<class="art-contentLayout">
<class="art-content-wide">
Remove the call to the sidebars
David