Echelon Active member Dec 16, 2013 #1 need help. cannot find the css and code anywhere to move the search to another position.....searched for hours but cannot find it
need help. cannot find the css and code anywhere to move the search to another position.....searched for hours but cannot find it
D davb Member Dec 16, 2013 #2 did you see it is top:51.5px right:0; Change to left:0; i did not test in my forum yet, this should work fine though Upvote 0 Downvote
did you see it is top:51.5px right:0; Change to left:0; i did not test in my forum yet, this should work fine though
Echelon Active member Dec 16, 2013 #3 davb said: did you see it is top:51.5px right:0; Change to left:0; i did not test in my forum yet, this should work fine though Click to expand... yes....but where is this in my css......i cannot find it anywhere in my css.....really not joking....searched for hours and hours Upvote 0 Downvote
davb said: did you see it is top:51.5px right:0; Change to left:0; i did not test in my forum yet, this should work fine though Click to expand... yes....but where is this in my css......i cannot find it anywhere in my css.....really not joking....searched for hours and hours
D davb Member Dec 16, 2013 #4 it is in search_bar.css you can find the class or css id using Search Templates option in ACP so, you have to modify the css directly or add in extra css in extra.css add like this #QuickSearch { left: 5px!important; } Upvote 0 Downvote
it is in search_bar.css you can find the class or css id using Search Templates option in ACP so, you have to modify the css directly or add in extra css in extra.css add like this #QuickSearch { left: 5px!important; }
Echelon Active member Dec 16, 2013 #5 davb said: it is in search_bar.css you can find the class or css id using Search Templates option in ACP so, you have to modify the css directly or add in extra css in extra.css add like this #QuickSearch { left: 5px!important; } Click to expand... Great!!!. thanks a lot. but this one not te be found in searchbar.css ass well.....how to set this "top:51.5px" to 49px? thnx for taking my stress away Upvote 0 Downvote
davb said: it is in search_bar.css you can find the class or css id using Search Templates option in ACP so, you have to modify the css directly or add in extra css in extra.css add like this #QuickSearch { left: 5px!important; } Click to expand... Great!!!. thanks a lot. but this one not te be found in searchbar.css ass well.....how to set this "top:51.5px" to 49px? thnx for taking my stress away
D davb Member Dec 16, 2013 #6 that is where i found in my v1.2. your files can be different. but just add the following line in extra.css #QuickSearch { left: 5px!important; top:49px!important; } Upvote 0 Downvote
that is where i found in my v1.2. your files can be different. but just add the following line in extra.css #QuickSearch { left: 5px!important; top:49px!important; }
Echelon Active member Dec 16, 2013 #7 davb said: that is where i found in my v1.2. your files can be different. but just add the following line in extra.css #QuickSearch { left: 5px!important; top:49px!important; } Click to expand... Fantastic!!!!!! Upvote 0 Downvote
davb said: that is where i found in my v1.2. your files can be different. but just add the following line in extra.css #QuickSearch { left: 5px!important; top:49px!important; } Click to expand... Fantastic!!!!!!
Echelon Active member Dec 16, 2013 #8 Echelon said: Fantastic!!!!!! Click to expand... too soon.....check visual please Upvote 0 Downvote