I'm not sure if this is outside the purview of this support forum as I'm using a third party element, but I'm having trouble resolving this with the vendor's support team and wondered if anyone here could help.
I implemented a testimonial slider on my homepage (password He@1ing). When I view it, it's off-center to the right, no matter what browser I use. Sometimes it's dramatically off-center, sometimes there's just a few pixels pushing it off center. The vendor's support team said it appeared centered to them, so I'm wondering (1) how does it look for you? and (2) how can I fix this? Let me know if you need to see the CSS and JS currently in use.
Site URL: https://vibraphone-dove-dpfn.squarespace.com/
Hi all,
I'm not sure if this is outside the purview of this support forum as I'm using a third party element, but I'm having trouble reso
Your css has override the border-box settings so I reset it with this custom css
section[data-section-id="5f90a80e8112627af09c74bc"] .content-wrapper {
box-sizing: border-box !important;
}
Question
Kacia 8
Site URL: https://vibraphone-dove-dpfn.squarespace.com/
Hi all,
I'm not sure if this is outside the purview of this support forum as I'm using a third party element, but I'm having trouble resolving this with the vendor's support team and wondered if anyone here could help.
I implemented a testimonial slider on my homepage (password He@1ing). When I view it, it's off-center to the right, no matter what browser I use. Sometimes it's dramatically off-center, sometimes there's just a few pixels pushing it off center. The vendor's support team said it appeared centered to them, so I'm wondering (1) how does it look for you? and (2) how can I fix this? Let me know if you need to see the CSS and JS currently in use.
Thanks!
Kacia
Link to post
Top Posters For This Question
2
1
Popular Days
Nov 17
1
Nov 20
1
Nov 21
1
Top Posters For This Question
Kacia 2 posts
bangank36 1 post
Popular Days
Nov 17 2020
1 post
Nov 20 2020
1 post
Nov 21 2020
1 post
Popular Posts
Kacia
@bangank36 THANK YOU! i have been fiddling with this for days. Thank you so much!
Kacia
Site URL: https://vibraphone-dove-dpfn.squarespace.com/ Hi all, I'm not sure if this is outside the purview of this support forum as I'm using a third party element, but I'm having trouble reso
bangank36
Your css has override the border-box settings so I reset it with this custom css section[data-section-id="5f90a80e8112627af09c74bc"] .content-wrapper { box-sizing: border-box !important; }
Posted Images
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment