• Resolved nick.langford.woo

    (@nicklangfordwoo)


    I removed the back ground color and want to center the text.

    Looked though style.css over and over.

    DON’T worry about this one unless its easy.
    And if you have time maybe inform me on how to add <hr> to either end.

    N.Langford

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author fosforito

    (@fosforito)

    Hello!

    I don’t know if I understand you right.
    Try to change the Styles on line 1556 in styles.css:

    .fosforit-nav ul.nav-menu,.fosforit-nav div.nav-menu > ul {
    	background:none repeat scroll 0 0 #00aa00;
    	display: inline-block !important;
    	text-align: left;
    	width: 100%;
    }

    Remove text-align: left;:

    .fosforit-nav ul.nav-menu,.fosforit-nav div.nav-menu > ul {
    	background:none repeat scroll 0 0 #00aa00;
    	display: inline-block !important;
    	width: 100%;
    }

    Is this the effect you wanted?

    Next time please use our official Support Forums on https://www.fosforito.net/forums/. I visit my Homepage more frecuently than www.ads-software.com…

    Best regards and Thank you,

    Jens Wagner

    Thread Starter nick.langford.woo

    (@nicklangfordwoo)

    I have tried to post in your forum but it seems I do not have the privileges to do so.

    Theme Author fosforito

    (@fosforito)

    Hello Nick, the problem is solved now!
    Thank you,
    Jens Wagner

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do you center the main menu text’ is closed to new replies.