On my site I have some grid rows with special headings and buttons overlaid over them. The problem is that on my iPhone in portrait and landscape mode the special heading and button are not centered. On all other screen sizes it centers correctly. Can you please provide me some quick css to make sure that this content is centered over these grid rows? Thanks!
Hi djshortkut!
It does look centered to me. Can you please post a screenshot and show how you would like them to look?
I guess you meant vertically :)
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
margin-top: 20%;
}}
Cheers!
Yigit
Thank Yigit, that’s exactly what I was talking about! You can close this thread.