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: how do I make sidebar 100% width on mobile?

#16471

HI Jacqueline,

Please add below code.


@media
only screen and (max-width: 1078px) {
#secondary {
border: 0 none;
padding: 0;
width: 100%;
}
}

Thank you!