• Resolved aristosv

    (@aristosv)


    Hi,

    Is there a way I can make the Asteroid theme a full width theme by default, without having to go on every page and select “Full, No Sidebar” ??

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

    (@ronangelo)

    If you’re using a child-theme, create a file named sidebar.php. It should be empty.

    Then add this on Asteroid Options -> Custom CSS

    #main #content {
        max-width: 100%;
        width: 100%;
    }
    Thread Starter aristosv

    (@aristosv)

    thanks man

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Width by default’ is closed to new replies.