Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #820097

    Hi,

    I need help building a section on my site. I am trying to copy the same exact layout as this site – http://www.studiozphotobooths.com/ – the section seen in this screenshot – http://imgur.com/TbKUxJv

    I manage to copy it somewhat as seen here – http://109.199.127.133/~beaut891/ohsnapselfie.com/ (green background section), however I need help with:

    – How do I have make the 3 images/section span from edge to edge on the browser with no spacing between images.
    – How do I overlay a semi transparent color over the images?

    Thanks

    #820334

    Hey navindesigns,

    For the columns you could try to use the Grid Row element instead, that is full width and you can set the padding and margin to 0.

    Best regards,
    Rikard

    #820617

    I got it to work but have one more question

    – how do I add padding around the text section below each image?

    eg to the left, right, top and bottom of

    our super fun Boomerang GIF Booth takes a series of quick shots and strings them together in an awesome clip that plays forwards and backwards. it’s crazy fun

    our premium photo booth boasts gorgeous professional studio lighting, 32″ interactive touchscreen, high quality props, fast on-the-spot prints, custom templates, instant social media sharing+++

    our one-of-a-kind 3D Selfie Booth uses a new technology called Boomarray to create cool 3D motion effects bringing your selfies to a whole-notha-level

    Please note the padding should ONLY be applied to the text and button below the images and NOT around the images

    • This reply was modified 7 years, 4 months ago by navindesigns.
    #820982

    Hi,

    Please try this in Quick CSS:

    .home #av-layout-grid-1 .avia_textblock p {
      padding:20px !important;
    }

    Best regards,
    Rikard

    #821322

    great

    one, final issue

    how do i add some padding below the 3 LEARN MORE buttons ?

    #821394

    Hi,

    Please try adding this code in Quick CSS:

    .home #av-layout-grid-1 .av_one_third {
        padding-bottom: 30px !important;
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #821853

    thank you so much. i am all set now

    #822069

    Hi navindesigns,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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