J Jagger433 Member Jan 10, 2014 #1 I have already searched the forums to look for a solution, but have failed in my quest. I have tried adding the following code to EXTRA.css but it didn't work. #QuickSearch { top 251.5px; }
I have already searched the forums to look for a solution, but have failed in my quest. I have tried adding the following code to EXTRA.css but it didn't work. #QuickSearch { top 251.5px; }
Russ Well-known member Jan 10, 2014 #2 Probably best asking in the style thread, however it could possibly need an !important( top 252px !important) Upvote 0 Downvote
Probably best asking in the style thread, however it could possibly need an !important( top 252px !important)
J Jagger433 Member Jan 10, 2014 #3 Russ said: Probably best asking in the style thread, however it could possibly need an !important( top 252px !important) Click to expand... Tried adding the !important at the end but it didn't move D: Upvote 0 Downvote
Russ said: Probably best asking in the style thread, however it could possibly need an !important( top 252px !important) Click to expand... Tried adding the !important at the end but it didn't move D:
M Manoj_Kumar Guest Jan 10, 2014 #4 Did you miss the colon between the property and it's value? Code: #QuickSearch { top: 252px; } If it didn't work, try adding position: absolute; Upvote 0 Downvote
Did you miss the colon between the property and it's value? Code: #QuickSearch { top: 252px; } If it didn't work, try adding position: absolute;
J Jagger433 Member Jan 10, 2014 #5 Manoj_Kumar said: Did you miss the colon between the property and it's value? Code: #QuickSearch { top: 252px; } If it didn't work, try adding position: absolute; Click to expand... Wow, just one stupid mistake!!! Thank you so much! Upvote 0 Downvote
Manoj_Kumar said: Did you miss the colon between the property and it's value? Code: #QuickSearch { top: 252px; } If it didn't work, try adding position: absolute; Click to expand... Wow, just one stupid mistake!!! Thank you so much!