• Resolved ardck

    (@ardck)


    Hello;

    All of my posts are aligned left on wordpress. On web version here is a gap between image and text which i like. But when it comes to responsive it is like that;

    http://i.hizliresim.com/4rNlXJ.png

    I want to also make a gap when it’s responsive. My simple CSS is like that;

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

    Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    On mobile our alignleft and alignleft classes default to aligncenter as there’s usually not enough room on small screens to show text to either side of the image.

    Of course, if your images are really small, the above CSS will bring it back to the way it is on desktop 🙂

Viewing 1 replies (of 1 total)

The topic ‘Gap Between Text is Not Working on Responsive Theme’ is closed to new replies.