Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

    Default Re: Adding a Right Column to single column template

    Your left column contains in-line coding, from your template:

    background: none repeat scroll 0% 0% rgb(238, 238, 238);

    while the right column doesn't. If you modify your stylesheet.css to contain:

    #navColumnTwo {
    background: none repeat scroll 0% 0% rgb(238, 238, 238);
    }

    ... they'll match.

  2. #2
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Adding a Right Column to single column template

    Quote Originally Posted by lat9 View Post
    Your left column contains in-line coding, from your template:

    background: none repeat scroll 0% 0% rgb(238, 238, 238);

    while the right column doesn't. If you modify your stylesheet.css to contain:

    #navColumnTwo {
    background: none repeat scroll 0% 0% rgb(238, 238, 238);
    }

    ... they'll match.
    Cant find where that "in-line coding" is located, but you are dead on with the right column..

    Thanks, thanks a lot excactly what i was after.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

    Default Re: Adding a Right Column to single column template

    Glad to help.

    If you want to find out where the "magic incantation" is coded, just to to your admin's "Developers Tool Kit" and search for background: none repeat scroll 0% 0% rgb(238, 238, 238); in all PHP files.

 

 

Similar Threads

  1. Space between left layout column and right content column
    By eazy in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Mar 2013, 02:16 AM
  2. Column Grid / Single Listing Template Alternative
    By niccol in forum All Other Contributions/Addons
    Replies: 74
    Last Post: 9 Jul 2012, 01:25 PM
  3. Remove Left Column and add images on right column
    By steve Nezia in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Jun 2011, 03:40 PM
  4. Adding to right column
    By shawnchr in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jun 2009, 11:31 AM
  5. Column Grid Layout on 1.3.7 (single column problem)
    By Taipa in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 May 2007, 11:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg