Home › Forums › WoodMart support forum › Need to Resize Only Single Post page › Reply To: Need to Resize Only Single Post page
October 28, 2022 at 3:53 pm
#417175
admin-8347
Participant
Thank you so much for your reply.
This Code:
.single-post .main-page-wrapper {
padding-left: 30px !important;
padding-right: 30px !important;
}
actually worked.
and by smaller screen, I meant the small desktop screen, not the Mobile screen anyways the above mention code actually worked.
Thanks for your help.