Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35
  1. #21
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    PHP Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
        
    background-color#transparent;
        
    text-alignleft;
        
    width776px;
        
    vertical-aligntop;
        } 
    That's my current php now, if I change it to #ffffff the logo's background would be back to white again

  2. #22
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    No, your logoWrapper will have the BG image, which will over-ride the colour declaration in the mainWrapper.

    Change

    background-color: #transparent;

    to

    background-color: #ffffff;

    (Don't forget the background-position: center center; declarations either!)
    Last edited by fairestcape; 28 Nov 2008 at 02:00 PM.

  3. #23
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    PHP Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
        
    background-color#ffffff;
        
    text-alignleft;
        
    width776px;
        
    vertical-aligntop;
        }

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
        
    margin0em;
        
    padding0em;
        }

    #headerWrapper {
    background-imageurl('http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png');
    background-position:center center;
                   } 
    Still doesn't work

  4. #24
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    It works in FIREFOX, but not in MSIE...

    I'll try a few other things...

  5. #25
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Oh yeah. just realised that it works fine in FF, bummer..

  6. #26
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    As I can't apply the stylesheet and view in MSIE, I don't know if the following will work.

    What you may like to try is this...

    Find the following in your stylesheet:
    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 776px;
    	vertical-align: top;
    	}
    
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    
    #headerWrapper {
    background-image: url('http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png');
    background-position:center center;
                   }
    Replace it with this:
    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    	margin: 0em;
    	padding: 0em;
    	text-align: left;
    	width: 776px;
    	vertical-align: top;
    	}
    
    #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
    	background-color: #ffffff;
    	margin: 0em;
    	padding: 0em;
    	}
    
    #logoWrapper, {
    	margin: 0em;
    	padding: 0em;
    	}
    
    #headerWrapper {
    	margin: 0em;
    	padding: 0em;
            background: transparent;
    background-image: url('http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png');
    background-position:center center;
                   }
    Then view in MSIE.

    If it does not work, come back to this post and copy/paste into your stylesheet your original bit as shown above.

  7. #27
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    Oh my gosh, it worked! Thanks!

    As for the home, login and search panel above the logo, I tried using the previous method you gave me.

    This is what I did:
    1) Downloaded and extracted the file.
    2) Change the YOUR_TEMPLATE to my custom directory.
    3) Used FTP to upload only the tpl_header.php into my server under common directory.

    Are the above steps correct?

  8. #28
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    In your case, Clyde Jones alternate header must be loaded up to:

    includes/templates/CUSTOM/common/

    If no "COMMON" folder exists at this level, create one first.

    ----------------------------------------------------

    One small change in CSS

    FIND:

    Code:
    #headerWrapper {
    	margin: 0em;
    	padding: 0em;
            background: transparent;
    background-image: url('http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png');
    background-position:center center;
                   }
    and COMMENT OUT background: transparent;

    Code:
    #headerWrapper {
    	margin: 0em;
    	padding: 0em;
           /* background: transparent;*/
    background-image: url('http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png');
    background-position:center center;
                   }
    If this messes up the display in MSIE, change it back.

  9. #29
    Join Date
    Nov 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Shifting columns

    It doesn't affect the disply in MSIE.

    Done and it works! Thank you so much for all your help! Sorry for making you stay up late! (I assume it's night time in your zone right?)

  10. #30
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Shifting columns

    It's just after 2pm, so I'm about to eat lunch!

    (where do I send my invoice? )

    Glad to have helped. Site looks really good now. Don't forget to get a local copy of that BG image and reference it from your own server.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Shifting Hosts
    By voip4africa in forum General Questions
    Replies: 2
    Last Post: 27 Nov 2008, 01:39 PM
  2. Shifting to new location
    By pcaspian in forum General Questions
    Replies: 1
    Last Post: 11 Oct 2008, 10:28 AM
  3. Categories Shifting Right
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jun 2008, 04:57 PM
  4. Shifting my flash
    By niagarasoap in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Apr 2008, 03:04 PM

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