Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jun 2016
    Location
    Rexburg Idaho
    Posts
    7
    Plugin Contributions
    0

    Default Logo is in wrong position

    I changed the header.php file to have the company logo instead of the zen cart logo. I followed the instructions. Now the logo is all the way to the right and it cuts off the top of the page. the home, login and search. I am not sure what I did.

    www.tablemountaindesigns.com/catalog

    Thanks for any insight.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Logo is in wrong position

    Don't know if you fixed it or not, but looks fine on a mobile device. Image is towards the top and centered. Maybe it is just something visible on desktop computers?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Logo is in wrong position

    On my desk top your top bar is also pushed up.

    Your logo shows with a height of 99 vs the zencart logo in the template which has a height of 66.

    Your larger image height may have pushed other things askew.

    I don't use classic responsive, but on other responsive templates I use , I have far fewer headaches by using the size of existing features like logos that all seem to be tied in to the spacing of other things.

  4. #4
    Join Date
    Jun 2016
    Location
    Rexburg Idaho
    Posts
    7
    Plugin Contributions
    0

    Default Re: Logo is in wrong position

    Yes it is the same on mine too. It is odd because I used that same size logo and had a tagline in and it was correct. I took out the tagline and it now moved it over and pushed everything up. Put the tagline back in and same results. I will try making the logo smaller. This is my first time working with zen cart and it has been a frustrating experience.

  5. #5
    Join Date
    Jun 2016
    Location
    Rexburg Idaho
    Posts
    7
    Plugin Contributions
    0

    Default Re: Logo is in wrong position

    I put everything back with the zen logo and size in the header.php file. It still shows the logo over to the left and the top of the page cut off. I am not sure what i changed to make this happen. Any other suggestions? It is not the size of the logo since I put back the original. I am not sure what it could be. Maybe I changed another file that I should not have? I went over all my changes and everything looks correct.

  6. #6
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Logo is in wrong position

    welcome to the wonderful world of css is awesome! see:

    https://goo.gl/fASXdC

    your #navMainWrapper height is not high enough. because your image is too big, it's taking up more of the div. all CSS changes have other effects, so be careful what you do.

    if this was me, i would create a new file here:

    includes/templates/responsive_classic/css/stylesheet_custom.css

    in that file, i would add the following code:

    Code:
     #navMainWrapper {
        height: 45px;
    }
    i would then look at the site on any number of devices to see what happened. alternatively look into using developer tools for chrome of firefox. very helpful with css issues (as well as most web issues).

    good luck!
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #7
    Join Date
    Jun 2016
    Location
    Rexburg Idaho
    Posts
    7
    Plugin Contributions
    0

    Default Re: Logo is in wrong position

    Thanks. It is the desktop that i see an issue on. I have not tried anything this am.

 

 

Similar Threads

  1. Footer at wrong position
    By dachilla in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Apr 2011, 10:38 AM
  2. Banner temporarily loading in wrong position
    By picandnix in forum General Questions
    Replies: 0
    Last Post: 29 Jan 2011, 02:56 PM
  3. Site Logo Position
    By limelites in forum General Questions
    Replies: 14
    Last Post: 9 Jun 2009, 05:35 PM
  4. Logo Position
    By TMHarris in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jan 2009, 10:28 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