Freitag, 28. Juli 2023

Anchor, scroll to ID, add margin

 :target::before { content: ''; display: block; height: 50px; margin: -50px 0 0 0; }


https://perishablepress.com/margin-offset-anchor-targets/

Montag, 24. Juli 2023

WP Themify Font upload - not allowed to upload

 Then, while editing the wp-config.php file, add the following code snippet above the /* That’s all, stop editing! Happy blogging. */ line:

define('ALLOW_UNFILTERED_UPLOADS', true);

Where to add the code in your wp-config.php file
Where to add the code in your wp-config.php file