Border

Posted in: Newsmag
Post count: 42

Salut,

Mă poţi ajuta cu un cod CSS să elimin această margine? Sunt două (doar pe pagina principală a blogului) și nu știu cum au apărut. Mulțumesc!

https://ibb.co/3Ws4f0p

Blog personal: https://www.programegratuitepc.com/

Post count: 35449

Buna ziua,
Pentru a elimina prima margine va rog sa incercati acest CSS
.td-header-style-6 .td-header-header .td-make-full {
border-bottom: 0px;
}

Setati codul in theme panel > custom code> custom css, apoi stergeti tot cache-ul si problema va fi rezolvata.

Post count: 42

Acum este bine, dar a dispărut marginea atunci când accesez orice articol.

Post count: 35449

Am verificat site-ul si pare sa fie in regula. Daca doriti ca acel code sa se aplice doar pe homepage se poate folosi acest css:
.home .td-header-style-6 .td-header-header .td-make-full {
border-bottom: 0px;
}

O zi frumoasa!

Post count: 42

Mulţumesc mult. S-a rezolvat problema.

Toate cele bune!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.