Archived topic
Mobile View
1 reply · Started by Daniel on September 20, 2022
I recently purchased the Premium license and am very impressed with what GeneratePress offers.
My website is:
sondajebune.com
I have 2 questions that I hope to find a solution to.
1.
When I try to access my website, the featured image does not show 100% but only a small part of it. Only after I scroll down, does the image come back.
https://i.imgur.com/XlhQ2AZ.jpg
2.
How can I align both the image and the title on mobile?
More details in the image below:
https://i.imgur.com/oGVJHvG.jpg
Thanks in advance.
Hi Daniel,
1. I tested on my phone and I don't see this issue. I assume it's due to the internet speed of your device.
Then I ran a lighthouse performance test of your site for mobile, it scored 95 out of 100, so I don't think there's a performance issue that needs to be worried about.
2. Try to add this CSS:
ul.wp-block-latest-posts {
margin-left: 0;
}