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
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…
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