mikevatech Posted June 27, 2021 Share Posted June 27, 2021 Site URL: https://www.blueridgeresearch.com/micah-downing When viewed on mobile device, the images on my bio pages are not centered. The left margin (white space) is slightly larger on the left. I have tried everything to make them appear centered (or even left would look better) in the mobile view. Is there some simple CSS code that will center (or move to the left) all images in mobile view? Or, if that isn't possible, code that will center images of specific pages? Here is the URL of one of the bio pages to view - https://www.blueridgeresearch.com/micah-downing. Here is a screen shot of that page in mobile view. Link to comment
Wolfsilon Posted June 27, 2021 Share Posted June 27, 2021 Hello, Weird, I don't think I've seen this issue be caused by it's own class but perhaps there is a setting that is mark by default to "float: right" for items. The following code may solve your problem. .sqs-block.float-right { margin: 0; } Hope this helps! -Dan Link to comment
mikevatech Posted June 27, 2021 Author Share Posted June 27, 2021 This worked! So clean and simple. Thank you, Dan! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.