badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Right sidebar has disappeared

#60276

Hello Philippe,

Just add below Custom CSS code in Appearance > Customize > Design Options > Custom CSS which will help to show sidebar in safari.

#primary {
    width: 65%;
}
#secondary {
    width: 31%;
}

Thank you!