Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #947367

    Hello,

    I am currently designing a site and I have grid row with some headings and images.
    The desktop site shows the headings vertically centred, but when I reduce the page width to mobile it moves to the top.
    It makes it look like there’s something missing.

    Is there a way to fix this, because it’s not viable for me to use at the moment.

    The site is currently under construction, but I’ve added a link in the private section.

    Thanks.

    • This topic was modified 6 years, 7 months ago by jonrouse.
    #947396

    Hey jonrouse,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    body .av-special-heading .av-special-heading-tag {
        padding: 50% 0!important;
    }}

    Best regards,
    Jordan Shannon

    #947857

    Awesome! Thanks Jordan.

    Out of interest, is there a media query I could use to change the heading size between 1360px wide and 990px wide? There’s a long title which messes up between those sizes.

    #948116

    Hi,

    Please refer to the following:

    https://www.emailonacid.com/blog/article/email-development/emailology_media_queries_demystified_min-width_and_max-width

    This explains how you can apply any style based on media queries.

    Best regards,
    Jordan Shannon

    #955237

    Hi Jordan,

    I am still having problems – the subheading is appearing at the bottom of the cell when I pull the window in. I’ve tried adding av-subheading-below, but it’s not working. Can someone take a look so that they both appear in the vertical middle please?

    #955262

    After an hour of messing around I think I have it figured out! I took this bit out

    .av-special-heading-tag

    so it’s now just

    @media only screen and (max-width: 767px)  {
    body .av-special-heading  {
        padding: 50% 0 !important;
    }}
    #955337

    Hi,

    Did you still need further help on this topic?

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.