How to span the background layer?« Back to Questions List
I would like to have background layer specified by specifying a relative. Now, the entire div with absolute output format when the export.
Please tell us how to do this. |
This question has been resolved, view the correct answer now!
✓ Correct Answer | |
---|---|
Easy to do!You can read more about full screen backgrounds: //exportkit.com/learn/how-to/advanced-guide/create-a-full-screen-background. If you only want to change the color of your background in the tag, then you can add custom CSS: //exportkit.com/learn/how-to/using-the-suite/using-export-kit-pro. Example:body{ background-color:#ff0000; /* red */ } |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.