Suggestion on the following

Author Posts

eno812

I’m wanting to fix the layout of this page so it works better for an iPad. I’ve created a breakpoint for max 1024 wide. Tried to use floats, but it does not seem to work.

Can you suggest where to start to achieve the layout shown below:

https://www.dropbox.com/s/muatid9qq15jhco/CleanShot%202019-12-31%20at%2012.58.19%402x.png?dl=0dl=0


Sebastian

Hey,

It would help if you could post a link to the page, as it kind of depends on the HTML structure. However, if you have floated the image left, or floated the heading right, try setting clear:both on the paragraph element. That should clear the float stacking and start the paragraph on a new line. The buttons can then naturally follow on another line.

If that doesn’t work, I would need to inspect the page.

Cheers!
Sebastian


eno812

Thanks, I’ll try that first.

You must login or register to reply to this topic.