x

Cento - removing blank spaces from corners

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

528 Views
Message 1 of 4
Report
1 Best Answer

Best Answer

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>

View Best Answer >

508 Views
Message 5 of 4
Report
3 REPLIES 3

Same thing for the inner sections, I wanted to decrease the white space that is getting in the corners.

526 Views
Message 5 of 4
Report

Best Answer

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>

509 Views
Message 5 of 4
Report

amazing! Thanks!

505 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.