Jump to content

Quick search block positioning


sootski

Recommended Posts

hello

 

this is how it looks right now:

MZggz1q.png

 

where you want to move it?

can you shed some light on this please?

Vekia my preference would be below the header in the centre, in line with the categories and top seller headers. Failing that anywhere where it is easy to find and doesnt obstruct anything else.

Link to comment
Share on other sites

 

Hi,

in your all.css you can vary values of right and top attributes of #search_block_top to change it position

#search_block_top {
    position: absolute;
    right: 26%;
    top: 34px;
}

Hi, thanks for your reply, my concern is that I do more damage as I don't know how moving that will effect everything else.  I am prone to to making things work if I don't ask for help :)

Link to comment
Share on other sites

okay :) so you need to change two things :)

 

here it is solution:

 

1) styles for search block, exactly as Maria suggested:

#search_block_top {
position: absolute;
right: 300px;
top: 149px;
}

2) styles for center column:

#center_column {
padding-top:20px;
}
Link to comment
Share on other sites

1) first step

/modules/blocksearch/blocksearch.css

 

2) second step

themes/YOUR_THEME/css/global.css

 

 

i've noticed that you use CCC for css files. in this case - after changes - you need to recompile theme.

open: adv. parameters > performance

turn ON force compile there

turn OFF cache

turn OFF CCC for all files

 

reload front office

 

then turn OFF force compile

turn ON cache

turn ON CCC

Link to comment
Share on other sites

Ok found the first one, struggling to find the right part in global.css

 

I have found

 

.hide-left-column #left_column {display:none}
.hide-left-column #center_column {width:757px}
 
/* text **************************************************************************************** */
p {padding-bottom:20px}
 
p em {font-style:italic}
 
 
and
 
#pagenotfound #center_column {width:940px;}
 
 
and
 
struture
************************************************************************************************ */
#page {}
#header {z-index:10}
#columns {z-index:1}
#left_column {}
#center_column {}
#right_column {}
#footer {}

 

 

Is it one of those?

Link to comment
Share on other sites

How do you actually remove that search box? Can't find information on how to disable it anywhere.
Besides, I am using the quick search module on the right menu so I don't want to disable the module, just use it on the right column instead of having it there.

http://www.tentacula.org/nuclear.winter/shop/

Edited by MToscan (see edit history)
Link to comment
Share on other sites

How do you actually remove that search box? Can't find information on how to disable it anywhere.

Besides, I am using the quick search module on the right menu so I don't want to disable the module, just use it on the right column instead of having it there.

http://www.tentacula.org/nuclear.winter/shop/

 

Open Modules > Positions and remove Quick Search module from "Top of pages".

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...