Jump to content

Newbie Question


wakemetal

Recommended Posts

I'm new to html coding. I am creating a website using a template from webs.com. The navigation links in the template seem to only go halfway across the page. I tried to left-justify the buttons but I can't seem to adjust the margins maybe? Link: http://ryandaniele.webs.com/ I would appreciate any help or suggestions on how to get the navigation links to go all the way across the page instead of going down a line after 'Group Classes'. Thanks! -wakemetal

Link to comment
Share on other sites

I tried google inspect element and changed some style values. #fw-mainnavwrap {

  • display: block;
  • text-transform: uppercase;
  • font: bold 18px "arial narrow", "Verdana", "Arial", sans-serif;
  • letter-spacing: -1px;
  • position: absolute;
  • overflow: visible;
  • margin-top: 55px;
  • width: 1000px;
  • height: 55px;
  • z-index: 800;
  • margin-left: 225px;

} OR #fw-mainnavwrap {

  • display: block;
  • float: right;
  • text-transform: uppercase;
  • font: bold 18px "arial narrow", "Verdana", "Arial", sans-serif;
  • letter-spacing: -1px;
  • position: absolute;
  • overflow: visible;
  • margin-top: 55px;
  • width: 1000px; (Changed)
  • height: 55px;
  • z-index: 800;
  • left: 225px; (From Right to left)

} Looks like this (attachment)

post-77947-0-91809700-1363374101_thumb.jpg

Edited by Mudsaf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...