• Resolved tylercook10811

    (@tylercook10811)


    My header will only go on the left or right side. I am either trying to make my header a pattern with a clickable link to the homepage or I want it to center and have a link to my homepage. When I go to center on the edit page nothing happens to the header. Please help. my site is https://www.freeexpertpicks.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ronangelo

    (@ronangelo)

    Add this on Asteroid Options -> Custom CSS

    #header-info-wrap {
        display: table;
        float: none;
        margin: 0 auto;
    }
    Thread Starter tylercook10811

    (@tylercook10811)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Won't Center Help’ is closed to new replies.