Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
244
2014-11-16, 06:27 AM
(This post was last modified: 2014-11-16, 06:37 AM by mmadhankumar.)
the above codes works perfectly on my test site.... if it doesnt work for you, probably some other code overrides/conflicts... you need to check that or please PM a test account to check it...
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix
Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
244
2014-11-16, 01:19 PM
(This post was last modified: 2014-11-17, 06:06 AM by mmadhankumar.
Edit Reason: added test site link
)
(2014-11-16, 12:24 PM)AmatureDJ Wrote: Yah i think @mmadhankumar that would be great idea so do you need admin permissions or just regular user?
no need of any admin access... a normal account would be more than enough to check this.... i am even asking this normal account because, as a guest I see only limited links on your forum and they are aligned fine to me, that's why
check this
test site which has this above codes incorporated with no issues....
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix
Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
244
2014-11-17, 10:54 AM
(2014-11-17, 10:32 AM)vipula Wrote: Hi! Kumar, Thank you very much for you help. I have 2 small issues as seen below,
A black dot appeared in logo, and my top menu links and panel links are overlapped.
url: rclanka.com
Can you advice me to fix those please.
looks like you have moved the search from the menu links as well, thats why the black dot for the li element... you will have "{$menu_search}" twice in your header template, remove the one above the logo.... its enough to move {$quicksearch} as explained above posts...
after that make these changes in your theme's global.css
for #logo
add "padding-top: 10px;"
for #topmenu
change "margin-bottom: -14px;" to "margin-bottom: -4px;"
for #logo ul.top_links
change "margin: -10px 5px 0 0;" to "margin: 0px 5px 0 0;"
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix