Forum replies created
Have no idea, but mostly it looks a server setup as I see some error 404 in the console. I highly recommend to test it on other server setup.
1. Try to add some extra margin top and bottom to the image:
#posts-slider .w-100 {
width: 60%!important;
margin-top: 2rem;
margin-bottom: 2rem;
}
2. For this I would need access to the website WP admin. I counted the characters, it shows 35 🙂
It’s hard to determine the issue as I don’t see this issue on all of my environments. Tested on localhost with PHP 5.2, live server with PHP 7.
thanks for the info 😉
If you would try Additional CSS to decrease the image width?
#posts-slider .w-100 {
width: 50%!important;
}
Can you please confirm this issue is on other website/server? Do you have a chance to test it?
this website I am not able to access Test1.mercedes.website 🙁
Checked the website. In the console I see 403 error http://prntscr.com/nnh1qb which makes the issue in the customizer. First I would recommend to disable plugins – one by one to see if there is no conflict. Then can continue to test it.
Can you please provide a screenshot of how the issue looks?