Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default how do i change this

    Here is the link to the site i am working on http://douglablangartist.com/

    for some reason at the top the links start on the same line as the banner how do i fix this it just randomly happened it was never like that before what file do i modify i thought it would be on tpl_header but i could not find it

    any help s appreciated

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: how do i change this

    i thought it would be on tpl_header
    Correct...compare your templates tpl header file with
    that of CLASSIC template re positioning

  3. #3
    Join Date
    Oct 2006
    Posts
    624
    Plugin Contributions
    0

    Default Re: how do i change this

    If I'm not wrong, your banner image is styled as an inline element and that explains why it is lined up with the Home link when the following HTML is displayed in your store.

    HTML Code:
    <img width="756" height="147" alt="" src="images/finalheader_2.jpg"/>
    <a class="navtop1" href="/cart/index.php?main_page=index">Home</a>
    You can try using CSS to style your image as a block element instead of the current inline element. To test this out using an inline CSS style, change the HTML for your image to:

    HTML Code:
    <img width="756" height="147" alt="" src="images/finalheader_2.jpg" style="display:block"/>
    If that works for you, place the CSS style in your external stylesheet.
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  4. #4
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: how do i change this

    that's my problem i cant find that html i don't see it on tpl_header

  5. #5
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: how do i change this

    OK i found it in upload design data now how i center both the link and and image

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: how do i change this

    Your main header image is 756px wide BUT in stylesheet
    you have width of page set as
    Code:
    #mainWrapper {   background: #000000;   text-align: left;   width: 800px;   border: 1px solid #CCCCCC;   }
    They should be same

  7. #7
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: how do i change this

    i think that's how they wanted it im updating a existing site one last thing i need to find out how to remove the the side boxes on the other two pages besides home? how do i find out where the included files are for that. I'm think i just need delete the include in the php? or is there a admin way of doing it like displaying no boxes but on home and products?

  8. #8
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: how do i change this

    Remove sideboxes dependant on page..previous thread
    below will advise
    http://www.zen-cart.com/forum/showthread.php?t=18624

  9. #9
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: how do i change this

    i have tried everything i cant figure out how to jsut remove them off those to pages

    any ideals

  10. #10
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: how do i change this

    Quote Originally Posted by ghmedia View Post
    i have tried everything i cant figure out how to jsut remove them off those to pages

    any ideals
    Earlier forum thread quoted in my previous post
    explains and gives code for your requirements

 

 

Similar Threads

  1. how do i change this?
    By Antheia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Apr 2008, 10:31 AM
  2. how can i change this??
    By kitcorsa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Oct 2007, 12:20 PM
  3. How can I change this
    By BUTTSTTUB in forum General Questions
    Replies: 0
    Last Post: 9 Aug 2007, 10:12 PM
  4. How to change this...????
    By xps in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Dec 2006, 11:23 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