Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #445474

    Hello,

    I do have a page that is similar to this:
    https://www.dropbox.com/s/42gsayizevbbk3i/single_page.PNG?dl=0
    Text goes between red stripes and this part is OK. Now how can i limit the whitea area between blue stripes so the backround image is also visible from the sides?

    thanks
    Mati

    #445668

    anybody?

    #445672

    Hi!

    Can you please post the link to your page?

    Cheers!
    Yigit

    #445697
    This reply has been marked as private.
    #446195

    Hey!

    Add this in the Quick CSS field:

    .html_header_transparency .avia-blank #main {
      background: transparent;
    }
    
    .avia-blank .container_wrap.fullsize {
      background: transparent;
      border: 0 !important;
    }
    
    .avia-blank #wrap_all #main .container {
      background: #fff;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.