Archived topic
Extra space above header
16 replies · Started by sipahi on December 14, 2022
Viewing posts 16–17 of 17
David hi, fyi the problem was because of teh cloudflare cache. But the structure of now some pages changed in MOBILE, On some pages, the images move out of the page, as you can see in the link; https://travelingturks.com/es/entradas/comprar-entradas-para-museo-prado-madrid
Many thanks for your support...
Change the CSS to:
@media (min-width: 769px) {
.site-content {
flex-wrap: wrap;
}
}
This archived topic is closed to new replies.