Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 126
  1. #51
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by southernlady View Post
    Okay, I did and it's still aligned to the left. http://www.gblcreations.com/zctest/

    Liz
    What happens when you increment the width down

    93.5%
    93%
    92.5%

  2. #52
    Join Date
    Mar 2005
    Location
    TN
    Posts
    116
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    It stays on the left side. I'm currently at 80% and it's still on the left side. Liz

  3. #53
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by southernlady View Post
    It stays on the left side. I'm currently at 80% and it's still on the left side. Liz
    try these settings in the stylesheet.css

    #mainWrapper {
    margin:0 auto;
    background:#F8CCED;
    color:#000;
    text-align:left;
    width:92%;
    vertical-align:top;
    }
    /*EOF Main Wrapper*/
    /*BOF Header layout*/
    #headerWrapper{
    margin:0 0 5px;
    padding:0;
    }
    /*BOF Branding*/
    #logoWrapper{
    margin: 0;
    padding: 0;
    background: url(../images/header_bg.jpg) ;
    height:70px;
    position: relative;
    }

  4. #54
    Join Date
    Mar 2005
    Location
    TN
    Posts
    116
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    Still not working.

    I had to make two changes to the above code but it should not have made a difference.
    One was the color of the background
    background:#F8CCED; to background:#AD88AD;
    The other was the HEIGHT of the header. Mine is 420 px not 70.

    Liz

  5. #55
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by southernlady View Post
    Still not working.

    I had to make two changes to the above code but it should not have made a difference.
    One was the color of the background
    background:#F8CCED; to background:#AD88AD;
    The other was the HEIGHT of the header. Mine is 420 px not 70.

    Liz
    here's a screenshot of what I'm viewing the header looks centered to me.

    Attachment 6058
    Last edited by clydejones; 31 Dec 2009 at 02:34 AM.

  6. #56
    Join Date
    Mar 2005
    Location
    TN
    Posts
    116
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    I suspect your monitor settings have a lot to do with that.

    Here is what I am seeing with a monitor resolution of 1440 x 900.
    Attached Images Attached Images  

  7. #57
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by southernlady View Post
    I suspect your monitor settings have a lot to do with that.

    Here is what I am seeing with a monitor resolution of 1440 x 900.
    How 'bout increasing the overall width of the image to 1307 x 400
    instead of 920 x 400

  8. #58
    Join Date
    Mar 2005
    Location
    TN
    Posts
    116
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    Because unlike me, there are still about 35-40% of the computers out there using a monitor set at 1024 x 768 or lower. And I don't want to annoy that many people.

    Yes, I know I really should code down to 800 but there are less than 5% using that size.

    http://www.w3schools.com/browsers/browsers_display.asp

    So I make my logo below the 1024px. I can make it wider than 920, I can go to almost 1024 and sstill be within the browser resolution of 95% of most browsers.

    Liz

  9. #59
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by southernlady View Post
    Because unlike me, there are still about 35-40% of the computers out there using a monitor set at 1024 x 768 or lower. And I don't want to annoy that many people.

    Yes, I know I really should code down to 800 but there are less than 5% using that size.

    http://www.w3schools.com/browsers/browsers_display.asp

    So I make my logo below the 1024px. I can make it wider than 920, I can go to almost 1024 and sstill be within the browser resolution of 95% of most browsers.

    Liz

    Have you tried setting a max-width and/or min-width on the #logoWrapper

  10. #60
    Join Date
    Mar 2005
    Location
    TN
    Posts
    116
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    Yeah, tried that too. Increasing the size of the logo helped quite a bit.

    And I found out what happened to the guy who said he fixed his earlier in this thread...he did a fixed width! I found his web site and read his css. That was his solution.

    I KNOW there is a way. Probably something along the same lines as I have to do with the vb theme headers and that code looks like this (posted from my visible css)
    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="902" cellpadding="0" cellspacing="0" align="center">
    <tr>
    	<td align="left"><a href="index.php"><img src="images/Bluebells&Daffodils/misc/GraphicsByLiz_Bluebells&DaffodilsHeader.jpg
    " border="0" alt="GBLCreations Forums" /></a></td>
    	<td align="right" id="header_right_cell">
    		
    	</td>
    </tr>
    </table>
    <!-- /logo -->
    It's in a table all it's own, and the part that controls the images/Bluebells&Daffodils/misc/GraphicsByLiz_Bluebells&DaffodilsHeader.jpg is the align="center".

    I've used a trick that also used the align="left" and the align="right" with the align="center.

    And I write it to a css file. Like I said, vb is easy compared to Zen Cart.

    Liz

 

 
Page 6 of 13 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. Just Uploaded Mystic River Template.........
    By BusyBee in forum Basic Configuration
    Replies: 3
    Last Post: 29 Jun 2008, 04:57 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR