SPC-BBG Posted April 5, 2022 Share Posted April 5, 2022 Site URL: https://www.thevaultma.com/events Hello! I would like to increase the padding (add white space - increase the margins) on the left and right side of my Events page: https://www.thevaultma.com/events In essence, I want the Event Thumbnails and the Event Details to get "squeezed" in it doesn't span the entire width of the page. It looks too stringy right now. I would like this change to only apply to this page (not the rest of the site), and only for desktop view. Any help would be greatly appreciated! Thanks, Steve Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 Try adding to Design > Custom CSS /* event list */ div.eventlist { padding-left: 10vw; padding-right: 10vw; } SPC-BBG 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SPC-BBG Posted April 13, 2022 Author Share Posted April 13, 2022 On 4/10/2022 at 3:54 AM, tuanphan said: Try adding to Design > Custom CSS /* event list */ div.eventlist { padding-left: 10vw; padding-right: 10vw; } This worked perfectly! Thank you as always, Tuanphan!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment