nickdearden Posted March 13, 2020 Share Posted March 13, 2020 Site URL: https://www.buildingnarratives.co.uk/ Hi, My query refers to the gallery controls on the bottom left. I have set a width value of 80px for the block. I would like the same number of image numbers to display on each row. Here's an example of the appearance I'd like to achieve on another site: http://rory-gardiner.com/ This is all the CSS pertaining to the gallery controls that I already have imputed: #numberControls.gallery-controls { position: absolute; bottom: 0px; left: 0px; width: 80px; height: auto; font-family: 'aktiv-grotesk'; font-size: 12px; line-height: 1.75em; font-weight: 100 !important; } .number.sqs-active-slide { background: #1F1F1F; font-style: normal; } .number { font-size: 1em; padding-left: 1px !important; padding-bottom: 2px !important; padding-top: 2px !important; padding-right: 0px !important; margin-right: 3px !important; margin-left: 0px !important; } As the margin and padding lines in ".number" work, I thought it just a be a matter of adding 'width: 12px;' to that section would do the trick. But no change. Can anyone show me where I'm going wrong? Thanks, Nick Link to comment
tuanphan Posted March 17, 2020 Share Posted March 17, 2020 Have you solved yet? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.