Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #660702

    Hi Guys,
    I displayed the author next to the date in the magazine, but when i resize the browser and the author jumps to the next line, there is a huge gap and i cannpt get rid of it…
    You can check it out here:

    Can you tell me where this gap comes from?

    Cheers,
    Max

    #660964

    Hey Max,

    I see what you mean, how would you like to change it?

    Regards,
    Rikard

    #661062

    Hi Rikard,
    I don’t want a big gap, when part of the author jumps to the next line, when i resize the page. But none of the css commands like line-height, height, etc. work…

    #662327

    Hi,

    On mobile view, we can remove the separator and then push the author info to its own line.

    @media only screen and (max-width: 989px) {
    .av-magazine-text-sep.text-sep-date {
        display: none;
    }
    
    .av-magazine-content-wrap header > .author_magazine {
        clear: both;
        display: block;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    }

    Best regards,
    Ismael

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