Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need help with positioning

Need help with positioning

Locked

Views: 493

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
26 Jun 2010, 12:39 AM
#1
rapro avatar

rapro

New Zenner

Join Date:
Nov 2009
Posts:
44
Plugin Contributions:
0

Need help with positioning

Hi,

I need some help with positioning Addthis buttons in navMain bar. I want to have it right before the search box. And also when i added it my search box jumped down a litle bit so navMain bar became thicker.

I tryed to solve it myself and added new clas to stylesheet.css and made it float left. It solved the problem with navMain thickness, but Addthis buttons ended up after the search bar.

Thanks in advance.

Zenshop link the current state

26 Jun 2010, 8:41 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Need help with positioning

This will put everything on one line, but with the AddThis stuff to the right of the Search box, which looks OK to me:

.addthis_toolbox {float:right; margin-top:.4em;}

If you need them reversed, you'll need to find the file that positions them and edit it.

26 Jun 2010, 11:24 PM
#3
rapro avatar

rapro

New Zenner

Join Date:
Nov 2009
Posts:
44
Plugin Contributions:
0

Re: Need help with positioning

Thank you Stevesh, it worked and looks oke. :smile:

I still wonna know how to put it in front of search bar, so if anybody know i'd like to learn it.