Polylang flags centre mobile
-
Hi Ben,.
So I use Polylang, works great. And on the desktop when adding flags and names it looks super.
On my mobile I added this CSS code to have the images in my blog centre so the text won’t wrap around in unwanted ways.
/* center images on mobile screens */
@media screen and (max-width: 719px) {
.entry img {
float: none;
display: block;
margin: 0 auto;
}
}Sadly this affects the flags as well and they look all funky smashed smack in the middle. I wanted them horizontally. Is there a way to fix it? Maybe a similar CSS that ignored images or rather icons like these?
https://imageshack.com/i/pnwyx3F2p
Hopefully you can help.
I have other questions but I don’t know if I need to open another thread for that. I’ll first wait for your response.
Anil
The topic ‘Polylang flags centre mobile’ is closed to new replies.
