Hi Guys,
Just putting a site together. I have a right sidebar with 3 image links within. Can’t seem to target the CSS so that they appear side by side when viewed @ max width 768px.
I can reduce the width of each image to 30% but cannot get the float working.
Presume it is a FLOAT issue?
Cheers,
hughsieg5
Hey hughsieg5!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
#text-9, #text-10 { clear: none; }}
then you should adjust margin around elements :)
Best regards,
Yigit
Happy Days!
Thanks Yigit.
Cheers,
hughsieg5