Comment to 'How to reduce the size of the default page cover in Artificer?'
  • UPDATE: applied the following variant as more specific and more reliable:

    .bx-cover-wrapper .py-16 {
    	padding-top: 2rem;
    	padding-bottom: 2rem;
    }
    
    • Thank you so much. That's exactly what I was looking for and it works. I just had to reduce both padding values to 0.75rem; to make the cover even smaller.

      By the way, what the different betweem placing a custom style in Artificer > Style and placing it in Designer > Head Injection? Is there any advantage of one over another?

      Thanks

      • The Head injection will affect on your all UNA templates, the Styles - only for the certain one. So, if you have the one template there is no difference, but styles part is better always do in the template.

        • Yeah, Got you! Thanks for the explanation.