The website : http://elenorza.com/apropos
Hi here, I need somme help for a very simple thing.
I want to put an instagram logo and a text next to each other.
Everything works fine on deskop but on mobile the instagram logo stays in 100% size.
So I found out in the forum a few lign of code for Custom CSS for Mobile Version :
.insta img {
height: 50px;
width: 50px;
}
it works fine, the instagram logo is no more in 100 % size, but I want my text to stay near the logo or now the image is at the bottom....
And now i'm stuck