Notifications
Clear all
Topic starter
How to add space on mobile version?, Too close to the border, wish there was more space, thank you
Posted : 23/12/2022 2:43 pm
Andy Tsang,
Use the CSS code below:
div#wpdcom {
padding: 5px 8px;
}
Posted : 23/12/2022 4:05 pm
Topic starter
@astgh thank you so much!
want to know how to make the upvote/downvote button and the number bigger.
thanks
Posted : 23/12/2022 7:14 pm
You should use custom CSS code.
Just find the classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize.
This website should help you to write CSS rules: https://www.w3schools.com/cssref/default.asp
Posted : 24/12/2022 1:02 pm