Site logo

Archived topic

Stuck Trying to Float Image Right on Mobile

1 reply · Started by Oisin on December 23, 2020

Viewing posts 1–2 of 2

Hi Guys,

Happy Holidays!!!

I'm trying to float the top image right on this page on mobile only. I've added the following to the container, but it doesn't seem to be taking. Do I need to add a class to the div for position also?

Using this css:

@media (max-width:768px) {
.float-right img {
float: right;
}
}

Hi Oisin,

​Seems you already figured it out yourself!
​Good job!
​Happy holidays to you too :)

This archived topic is closed to new replies.