Thread: Alignment Issue

Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Alignment Issue

    how to remove the white bar as shown on top of the image.. as in the screenshot

    also, how can i make the site to look the same in IE and firefox??

    because in IE it aligns more to the right.. than in firefox

    I really appreciate any help

    www.thepurseworld.com
    Attached Images Attached Images  
    Last edited by mthem2003; 25 Apr 2008 at 05:27 AM. Reason: missing attachment

  2. #2
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Alignment Issue

    Hey there mthem!

    Okay alignment issues are fairly simple to solve, however it seems hard to find
    solutions on the net for some reason. nevertheless, I am here to help you!

    Go into your stylesheet.css and find the CSS for the sections of the page you want to have aligned properly in both IE and FireFox.
    when you have found those files add this to the code..

    Say you start with something like this when you find the code you are looking for:
    .sidebox {
    margin-right: 10px;
    background: #ffffff;
    font: arial;
    }
    You want to make add this to fix the positioning for both browsers:
    .sidebox {
    margin: 0;
    padding: 0;

    margin-right: 10px;
    background: #ffffff;
    font: arial;
    }
    just add the Margin: 0; and padding: 0; into the css code of the elements you are wanting to position and that will fix your positioning issues for cross browsers!

    If you have any other questions please don't hesitate to ask another question, and I will do my best to answer it!

    Hope this helped
    Take Care!
    _/\_/\_Swelter

  3. #3
    Join Date
    Apr 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Alignment Issue

    Hi guys!

    I got a very similar problem to mthem2003's. Please respond to my post here: http://www.zen-cart.com/forum/showthread.php?t=96058

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Alignment Issue

    Dan'
    Please don't post the same question or link to another post. It confuses us old folks.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Apr 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Alignment Issue

    Sorry for that, but after posting here first I couldn't see my post anymore and thought it got deleted for some reason.

    Won't happen again!

    :)

  6. #6
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Alignment Issue

    Hi, I found this helped a little when I wanted to move a welcome image on my main page up a little bit.....open up tpl_index_default.php (found in includes/templates/template_default/templates ) and comment out the sections relating to the text headers since you look like to have them turned off anyway lol

    This bit is right at the top of the text


    Code:
    <!-- <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
    
    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php } ?> -->
    Save the modified file in templates/{your custom template}/templates

    Commenting this section out gained me a few millimeters LOL so might work for you :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. Site Alignment Issue
    By knight74 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Aug 2010, 10:37 PM
  2. Page alignment issue
    By choyingsmith in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jul 2010, 08:15 PM
  3. FF alignment issue?
    By RoboMike in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Nov 2008, 02:32 PM
  4. Text alignment issue
    By batteryman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Dec 2007, 01:22 PM
  5. Display alignment issue
    By Parafanaylya in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Sep 2007, 01:49 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