sidebar isn't showing up on homepage

Open
Documentation Documentation May 22, 2019
Login to reply
Tomasz Hyla
6 years ago

Hi, everything works fine... however, I set max-width: 100%

greetings

Tom

Lazar * Support Agent
6 years ago

Hi Tomasz,

Please within your admin dashboard navigate to Appearance > Customizer > scroll down to Additional CSS tab and paste this CSS code. This will enable sidebar on mobiles:

.wpb_widgetised_column {
    display: block;
  max-width: 238px;
  margin: 0 auto;
}
.sidebar-right .widget-area, .sidebar-left .widget-area {
    display: block;
}

Let me know if you have any questions at all.

Cheers!
Lazar

Tomasz Hyla
6 years ago

Hi

The sidebar isn't showing up on homepage on mobile. On desktop is fine!

Cheers!

Tom