Site logo

Archived topic

styling inside-article

1 reply · Started by manaadiar on December 4, 2021

Viewing posts 1–2 of 2

Hi there,

try this instead:

body:not(.home) .inside-article {
    margin-top: 35px;
    background: #fafafa;
    border: 1px dotted #888888;
}

body:not(.home) .inside-article p {
    padding: 10px;
}
This archived topic is closed to new replies.