Hide "Last Articles" on mobile

Posted in: Newspaper
Post count: 494

Hi,

On the mobile version of https://www.creermalin.fr (using the mobile theme) I had a title under the Top 3 grid where one could read “Derniers Articles” (Lastest Articles in English).
So I use the CSS below to hide it:
/* Hides DERNIERS ARTICLES on HP */
.block-title {
display:none;
}

But then the 1st article is stuck to the Top 3 grid.
So I use the CSS below to add some margin:
/* Adds top margin instead of DERNIERS ARTICLES */
div.td-container:nth-child(2) {
margin-top: 30px;
}

It does the job but now, I have a margin above the breadcrumb on every post (pages seem to be fine so far).
Check the breadcrumb on this post for example: https://www.creermalin.fr/contenus/10-astuces-creer-contenu-qualite/ There’s a space above it.

How can I fix it?
Thanks for your help.

Post count: 27744

Hello,

If you want only to hide the “Latest Articles” then please remove the CSS code, and go in Theme Panel translation -> Translations look for “Latest ARticles ” and set a space -> https://i.imgur.com/LgTtuFe.png -> https://i.imgur.com/ycLHcJc.png

Thank you!

Post count: 494

Hi,

It works perfectly, thanks for your help!

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