INFLICT Posted January 13, 2014 Posted January 13, 2014 My header shortcut buttons (Cart Contents, Check out, Account, logoff) are overlapping. So i modified code in header.php to add space in between the buttons and that worked fine here are my issues. 1. Logoff button is generated dynamically and so I don't know where to put code to add space there 2. From my computer at work the buttons overlapp, but my computer at home the buttons look fine. So when I add space at work and go home the buttons have space inbetween them. (using same browser, different hardware) How can I resolve this issue. i know there have been similar posts but not where the buttons look one way on one computer and another on the next. Can I adjust the size of the buttons? My logo is only 60 in width. Any help would be appreciated, regards. Robert.
INFLICT Posted January 13, 2014 Author Posted January 13, 2014 Here are screen shots with modified code (I just added a few to add space so they won't overlap as much This is the work computer can't access the other images at the moment.
INFLICT Posted January 13, 2014 Author Posted January 13, 2014 Thanks for the assistance I think this has been resolved (not sure till I view home computer) I played with the .CSS with the following code to get this set up. #headerShortcuts { margin-top: -17px; margin-right:1px; text-align:right; }
♥joli1811 Posted January 13, 2014 Posted January 13, 2014 I believe this is only an IE issue at least was by me so you should consider maybe making an IE.css (stylesheet) and putting the code in template_top.php and creating the stylesheet with your working code. I had to place this after the normal stylesheet call in template_top.php I think it happened after I modified the header slightly and also removed x 1 column <!--[if IE]> <link rel="stylesheet" type="text/css" href="IE.css" /> <![endif]--> #headerShortcuts { margin-top: -17px; margin-right:1px; text-align:right; } Regards Joli PS: Anyway remember to check in different browsers To improve is to change; to be perfect is to change often.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.