• Resolved infothe

    (@infothe)


    How can delete sidebar from homepage? I created the right sidebar with 3 widgets, It’s displayed in all articles and pages but is also visible on the homepage, this spoils the layout.

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello infothe,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.


    .home #athena-sidebar {
    display: none;
    }
    .homepage-page-content {
    width: 100%;
    }

    Hope this will helps you.

    Thanks!

    Thread Starter infothe

    (@infothe)

    Perfect Thanks!

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

The topic ‘Delete Sidebar from homepage’ is closed to new replies.