Jump to content

(solved) Edit..how do i move this module


Recommended Posts

There are several ways to do that.Here is one.
In Back Office >> Modules >> Positions under Top of pages section,
change order so that Quick Search block v1.0 is before Permanent links block v0.1.
Then in global.css line 735

ul#header_links  {
float:left;



change float to right

ul#header_links  {
float:right;

Link to comment
Share on other sites

There are several ways to do that.Here is one.
In Back Office >> Modules >> Positions under Top of pages section,
change order so that Quick Search block v1.0 is before Permanent links block v0.1.
Then in global.css line 735
ul#header_links  {
float:left;



change float to right

ul#header_links  {
float:right;




Hi


Thanks for the reply tried that didnt seem to work.
Link to comment
Share on other sites

  • 1 year later...
There are several ways to do that.Here is one.
In Back Office >> Modules >> Positions under Top of pages section,
change order so that Quick Search block v1.0 is before Permanent links block v0.1.
Then in global.css line 735
ul#header_links  {
float:left;



change float to right

ul#header_links  {
float:right;



How to do that in PS 1.4? I could not find this code in global.css ...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...