How to add space on...
 
Notifications
Clear all

How to add space on mobile version?

4 Posts
2 Users
0 Likes
487 Views
(@andy-tsang)
Posts: 39
Member Customer
Topic starter
 

How to add space on mobile version?, Too close to the border, wish there was more space, thank you

2022 12 23 184246
 
Posted : 23/12/2022 2:43 pm
Astghik
(@astgh)
Posts: 5911
Illustrious Member Admin
 

Andy Tsang,

Use the CSS code below: 

div#wpdcom {
   padding: 5px 8px;
}

https://www.screencast.com/t/vxk7isvRv

 
Posted : 23/12/2022 4:05 pm
(@andy-tsang)
Posts: 39
Member Customer
Topic starter
 

@astgh thank you so much!

2022 12 23 231348

want to know how to make the upvote/downvote button and the number bigger.

thanks

 
Posted : 23/12/2022 7:14 pm
Astghik
(@astgh)
Posts: 5911
Illustrious Member Admin
 

@andy-tsang,

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.

CSS

This website should help you to write CSS rules: https://www.w3schools.com/cssref/default.asp

 
Posted : 24/12/2022 1:02 pm
Share:
Scroll to top