Inline Notice Title Background Wider than Container
-
Hi, this plugin looks very promising. However, there’s a display problem with your Inline Notice block: the width of .uagb-notice-title element is 30px wider than the width of the .uagb-notice-text container beneath it when left and right padding is added to the notice title. This is because padding is being added to the title element (h4 is default). Instead, the title element should be wrapped inside a <div> of its own and any padding needed should be applied to that, just as you are doing it on the .uagb-notice-text container. For now, I have to use custom CSS ( max-width: calc(100% – 30px); ) on the .uagb-notice-title element to remove the excess width/background color spillover, but this obviously isn’t the best long term solution for this.
Thanks!
- The topic ‘Inline Notice Title Background Wider than Container’ is closed to new replies.