Reply To: Home page different layout plus remove elipse

Home Forums Support Home page different layout plus remove elipse Reply To: Home page different layout plus remove elipse

Home Forums Support Home page different layout plus remove elipse Reply To: Home page different layout plus remove elipse

#234446
Tom
Lead Developer
Lead Developer

Hi Jan,

You can remove the sidebar from the blog by going to “Customize > Layout > Sidebars” in the Customizer. Make sure you’re viewing the blog in the Customizer, and you’ll see the “Blog Sidebar Layout” option.

Set that to No Sidebar and you should be good to go.

To hide the …, add this CSS:

.generate-columns-container .entry-summary {
    display: none;
}