• 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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Shoot your website’s address.

    Thread Starter luceylin

    (@luceylin)

    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;”.

    Thread Starter luceylin

    (@luceylin)

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New Page template almost working but…..’ is closed to new replies.