Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #329183

    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

    #329186

    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

    #329589

    Happy Days!

    Thanks Yigit.

    Cheers,
    hughsieg5

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘make sidebar widgets appear side by side @ max width 768px’ is closed to new replies.