PMDesigner Posted September 25, 2019 Posted September 25, 2019 I am Remaking an old site that was made in Drupal, I need to make it as similar as possible. Right now when I have two columns side by side they are too close. I tried adding a third column with nothing but a spacer in-between, but it that is too MUCH space in-between each column. Does someone know a way to shrink the width of a spacer block to be smaller than It is normally able? If not that does someone know a way to add a margin, or padding to an entire column? I can't seem to find a block ID for an entire column. @tuanphan this seems like something you would know how to handle. https://earthworm-capybera-xrep.squarespace.com/intellipasssystem
PMDesigner Posted September 25, 2019 Author Posted September 25, 2019 Upon shrinking the width of the spacer: #block-yui_3_17_2_1_1565972739423_54092 { width: 1px; } I found that the column width still remains the same. So the only option is to change the padding for an entire column via custom CSS. Anyone know how to do this?
tuanphan Posted September 26, 2019 Posted September 26, 2019 @PMDesigner Which columns? 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!)
PMDesigner Posted September 26, 2019 Author Posted September 26, 2019 The main paragraph columns, but I may have figured it out, or at-least something that works.
PMDesigner Posted September 26, 2019 Author Posted September 26, 2019 #collection-5d49c9181475550001da0170 .sqs-col-12 .sqs-col-6 { width: 46%; margin-left: 2%; margin-right: 2%; } I added this to my custom CSS and it seems to have done the trick. Thanks anyway @tuanphan hopefully this thread helps out someone in the future.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.