Moving module to exact positions

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jun 16, 2011 8:06 pm
I am aware of how to create new module positions but i am having trouble moving my module to exact positions using CSS


www.rocbiz.com.... currently on this specific site its not a gavick template but i am not able to work on my other gavick templates because clients are using them actively


old.jpg
User avatar
Senior Boarder

GK User
Thu Jun 16, 2011 10:05 pm
Try something like this:

Code: Select all
#absolute {width: 940px; height: 40px;margin: 0 auto; position: relative;}
div.rokajaxsearch input#roksearch_search_str {position: absolute;left:650px; }
.search_options {float: right;margin-right: 320px}
.search_options label {padding: 0 5px;}
.search_options label input {margin-right: 3px;}



screen_2011-06-17.png
User avatar
Platinum Boarder

GK User
Thu Jun 16, 2011 10:13 pm
thank you guys are the greatest
User avatar
Senior Boarder


cron