inpencil
Member
Posted 2 years ago #
I'm not very technical, and trying to build my page on my own, following a tutorial. Don't understand why my navigation bar is appearing so low on the page. See here:
http://www.inpencilmusic.com/wordpress
Hopefully someone can help me with the code! Thanks, Jason
You could start by adding:
#menu-bar {width:200px;float:right;}
to your theme's stylesheet.
If you're not familiar with CSS, have a look at http://www.w3schools.com/css/
McKrazie
Member
Posted 2 years ago #
I'd back up esmi with that one.
@inpencil: If this is your first go aorund then head over to w3schools.com and learn some CSS. That is how I did it and with their live "TryIt Editor" you can experiment with different CSS codes and see the outcome right there and without effecting your site.
Good luck.
inpencil
Member
Posted 2 years ago #
awesome thanks guys. Been bouncing back and forth between using a template and building on my own. Finding that building on my own is better, as I'm not familiar with all the specific details that I'd need to override in the templates to get what i want out of it.