- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
It may be a basic question, but I would like to edit the site via html to remove the "blank" corners in the page title pictures at https://wernecklab.weebly.com/
I would like it as the background of the sections on the "people" tab, with the background photo reaching to the left and right page corners.
Same thing for the inner sections, I wanted to decrease the white space that is getting in the corners.
I do not know if I can express what I want, but any help is valid.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This should get you what you need on your live site if you put it in Settings > SEO > Header Code:
<style>
.banner-wrap
{
margin: 0px !important;
max-width: none !important
}
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Same thing for the inner sections, I wanted to decrease the white space that is getting in the corners.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This should get you what you need on your live site if you put it in Settings > SEO > Header Code:
<style>
.banner-wrap
{
margin: 0px !important;
max-width: none !important
}
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
amazing! Thanks!