Hallo,
sehr gerne möchte ich den Standardabstand zwischen den Spalten ändern und zwar auf einen kleineren Abstand als es gegenwärtig der Standardabstand anbietet.
https://grossvater.de/der-digitale-opa/skype-chat-tutorial/
Das Layout-Element Farbsektion möchte ich im Momemnt nicht nutzen.
Für jede Untestütztung bin ich sehr dankbar!
Schönen Dank!
JB
Hey Reichtheme2020,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) {
.page-id-3523 div .av_one_half {
margin-left: 2%;
width: 49%;
}
}
If you need for this to apply globally then please remove the page id class from the code: .page-id-3523
Best regards,
Rikard