Header Length
-
Hi is there a way to make the hear image wider in length?
The blog I need help with is: (visible only to logged in users)
-
Hi there, add this to the bottom of your custom CSS and let me know if you have any problems.
.header-image img { width: 100%; } .main-outer { padding-left: 0; padding-right: 0; } .main-outer .row { max-width: 100% } .main-outer .row #primary { max-width: 980px; width: 100%; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; box-sizing: border-box; } -
-
- The topic ‘Header Length’ is closed to new replies.