I want to change a layout of serivces sidebar.
if u see my attached capture image, There is 3 widgets lay on the first row
but I want to have 2 widgets on each row.
How can I change this? maybe some custom css code would help. Thank you!
Hello there,
I hope you are doing well today.
You can use the following CSS code to increase the space used by each item by going to Appearance > Customize > Additional CSS and pasting it there.
@media (min-width: 768px)
.col-sm-4 {
width: 50%;
}
If the code does not work, please provide a link to your website so that I can inspect it.
Best Regards,
Support