I’m using the simple banner WordPress plugin to create the banner on my site. Previously it did fit the width, but I’ve noticed this time when I enabled it, it’s cut short.
Does anybody have a fix so that is goes back to the full width, that I can apply as additional css either on the website, or in the plugin?
Thank you
2
Answers
Here is one way you could get your banner to be full-width and centered:
I added the
!important
to make sure the other margin settings are overridden, but ideally you would remove them. E.g. CSS line 675:margin-right: -57px
.Using css: