Beagood Posted November 18, 2020 Posted November 18, 2020 Site URL: https://seven-communications.com/home/project-two-73ezx-jskmc Hi - is there any way to reduce the padding around image blocks? I've found code to remove it completely but not to just reduce it to an exact number, globally. Thanks p/w Raspberries2020!
tuanphan Posted November 22, 2020 Posted November 22, 2020 Add to Home > Design > Custom CSS body#item-5fb5864fb0253f7a38277f38 .image-block { padding: 5px !important; } Do you want to reduce site title on mobile? 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!)
Beagood Posted November 26, 2020 Author Posted November 26, 2020 That's perfect - thank you very much. Yes - I'd like to reduce the site title so it doesn't truncate on mobile
tuanphan Posted December 3, 2020 Posted December 3, 2020 To reduce site title size on mobile, add this to Design > Custom CSS @media screen and (max-width:767px) { a#site-title { font-size: 25px; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.