![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I'm using style Heads Up, I was originally using my imported LiveJournal one but I wanted them to look different.
I was wondering if there is anyway to move the Navigation link from the top of my journal to the bottom. It appears on both the top and the bottom once I go back through my journal entries but I only want to have them on the bottom not the top.
I have no idea how to do CSS, the only thing I did know was how to put in my own header image.
Any help will be greatly appreciated.
Problem solved in comments.
I was wondering if there is anyway to move the Navigation link from the top of my journal to the bottom. It appears on both the top and the bottom once I go back through my journal entries but I only want to have them on the bottom not the top.
I have no idea how to do CSS, the only thing I did know was how to put in my own header image.
Any help will be greatly appreciated.
Problem solved in comments.
Tags:
no subject
Date: 2017-04-26 11:22 pm (UTC).topnav {display: none;}
Or
.topnav {visibility: hidden;}
The first completely removes the top navigation area so the content under it moves up into that space. The other just hides it so the space where it is is blank.
Do some testing to be sure that doesn't break something else since I'm heading out and can't do a lot of testing right now. :)
no subject
Date: 2017-04-26 11:50 pm (UTC)Thank you for your help. It looks so much better now.