vbmichelle2 Posted April 5, 2022 Share Posted April 5, 2022 Site URL: https://www.michellevinabaltsas.com/joyful-movement-at-last-new I'd like all the modules to have the white background as module 4 and 5 have. Does anyone know why the first three are not in white? Link to comment
tuanphan Posted April 5, 2022 Share Posted April 5, 2022 You used this code #module .col.sqs-col-3.span-3 { background: #fff; padding: 15px 0px; box-sizing: border-box; margin: 10px; border-radius: 6px; } However, first 3 module is .span-2, not .span-3, so the code should be #module .col.sqs-col-3.span-3, #module .col.sqs-col-2.span-2 { background: #fff; padding: 15px 0px; box-sizing: border-box; margin: 10px; border-radius: 6px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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