• Hi. I’m new to my company and I have been seeing our website has a white spot on the left side when the banner should be full width ( < div class=”full-width-brand-green” >). I’m not that big into coding, so I don’t understand what can I do to fix that white space and just get the banners in full width. Thank you!

    • This topic was modified 1 year, 10 months ago by kmartinez21.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Are you using a plugin to display this banner? If yes, what plugin? Acquired from?

    Or is this a feature of your theme? If yes, what theme? Acquired from?

    Thread Starter kmartinez21

    (@kmartinez21)

    We’re not using plugins for any banner (not that I know). All the banners seem to be created with the same coding: < div class=”full-width-brand-green” > < div class=”full-inner-brand-green” >. Another example is: < div class=”full-width-banner-image” style=”background-image: url(xxxxx’);” >
    < div class=”full-inner-banner-title” >And again, I don’t think we are using a theme since every page seems to be design individually from blank.

    • This reply was modified 1 year, 10 months ago by kmartinez21.
    • This reply was modified 1 year, 10 months ago by kmartinez21.

    Extra space coming from the padding update this CSS in theme style-child.css file on line no. 781

    .layout-wrapper {
        margin: 0px auto;
       padding: 0;
    }

    Before updating this make sure that it does’t break other part of the website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the banners on my website are not full width. Why?’ is closed to new replies.