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

    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!

    • This topic was modified 8 years, 8 months ago by djshortkut.
    #486423

    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

    • This reply was modified 8 years, 8 months ago by Yigit.
    #486654

    Thank Yigit, that’s exactly what I was talking about! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center Text & Button in Grid Rows’ is closed to new replies.