I inserted the background image but the size is not respected.
the image appears smaller, how can I proceed?
Help me, Thank ;)
Hey maxcoppeta,
Please try the following in Quick CSS under Enfold->General Styling:
html.html_boxed {
background: #333333 url(https://your.site/wp-content/uploads/2020/01/sfondo_sito_18.jpg) top left no-repeat fixed;
}
Maybe sure that you add the URL of your site in the code, and clear the old CSS and JS files under Enfold->Performance before you check the results.
Best regards,
Rikard
Hi Rikard
when I uploaded the image the panel changed my size.
Example like this: http://www.new.assofram.it/wp-content/uploads/2018/07/logo_alto_15-300×43.png
-300×43 ? new dimension ?
I simply rewrote it like this: http://www.new.assofram.it/wp-content/uploads/2018/07/logo_alto_15.png
everything works fine now … thank you ;)