• Resolved primitiv

    (@primitiv)


    Can someone please help me? I’ve gone through the css and I cannot for the life of me get this navigation to justify centre, taking it from left. it’s display:block; and aligned right. Can someone tell me how to do this, as i’ve worked way too long on it. should just be a simple align, correct???? Can’t find any open forums about this issue.

Viewing 9 replies - 1 through 9 (of 9 total)
  • We need to see your site to help with something like this.

    Thread Starter primitiv

    (@primitiv)

    It’s the VANTAGE them
    burlingtonneighbourhoods.com

    thanks!

    Make sure you are not modifying any theme files – as those changes will be lost when the theme is updated. Try adding this to Custom CSS:

    body.responsive.layout-full #page-wrapper .full-container {
        display: table;
    }

    Thread Starter primitiv

    (@primitiv)

    I am working with a vantage-child theme. I dropped this into the css, but unfortunately nothing. hmmmmm

    Thread Starter primitiv

    (@primitiv)

    tried adding text-align: centre; and a few other codes that usually do the trip. something is over riding it or something. any other suggestions??

    Why do you have a copy of the entire style.css file in the child theme? You should only have changes in there. I don’t see the code above in there either.

    Thread Starter primitiv

    (@primitiv)

    Basically, it’s been a long day! lol. it copied my original style.css for some reason. that did it. thank you!

    Thread Starter primitiv

    (@primitiv)

    Thank you!

    primitiv,
    I see you changed the color of your menu. How did you do this? I managed to change the hover color but thats not what I want. I want the menu to be blue not black. here is a link to my site. http://astra.uta.edu/

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Menu Navigation Centered’ is closed to new replies.