Topic Resolution: Resolved
  • Closed
  • Robert Winter
    Spectator
    11.10.2015 at 23:18 #21355

    I have a header in my menu on my front page that I would like to have centered above the menu items similar to the way it is set up now just centered on the page http://www.alaskagraphic.com

    Thanks again

    Denzel Chia
    Moderator
    Posts: 2656
    12.10.2015 at 11:01 #21359

    Hi,

    Please put the following codes in your Theme Options -> Custom CSS

    .nav-menu h1 {
    margin: 0 auto;
    width: 444px;
    }

    Thanks!