Topnav position

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Wed Aug 07, 2013 4:33 pm
Hi :D

I insert a Custom HTML module in the topnav position and the right border isn't align with the module. It appears moved to the bottom.

What can i do to align the right border with topnav module? (move it up)

Here is the link of the website: http://50.63.153.50/~roda/
User avatar
Senior Boarder

teitbite
Wed Aug 07, 2013 11:50 pm
Hi

Try add this code to css:

Code: Select all
#gkTopNav {
    position: relative;
}

#gkTopNav:after {
    position: absolute;
    right: 0;
    top: 0;
}
User avatar
Moderator

GK User
Thu Aug 08, 2013 3:03 pm
Thanks :D that help.
User avatar
Senior Boarder

teitbite
Sat Aug 10, 2013 2:57 am
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron