Okay
  Public Ticket #145705
Full width background image and texture
Closed

Comments

  • Alex started the conversation
    In the footer, the vimeo icon is much higher than the twitter or facebook icons. How can I fix this? I am using a full width section with a testimonial slider and I want to have a background image with a colored texture overtop like in the demo's About Us Extended page. I can get either the background image or the texture to work but not both. How do I do this? On my nectar slider, I have a button that opens a video in lightbox. Is there a way to make the video open in a bigger size? Where can I find the code for this?
  •  988
    ThemeNectar replied

    Hey Alex,

    1. Here’s the fix for your Vimeo icon alignment. Enter it into your custom css box:

    #footer-outer .icon-be, #footer-outer .icon-vimeo { line-height: 32px!important; }
    

    2. The colored overlay was actually added to the video inside of the editing program and is not an effect you can add in the theme (yet).

    3. Try adding this into your custom css box:

    @media only screen and (min-width : 1000px) {
       .pp_content_container iframe {
          height: 450px!important;
          width: 850px!Important;
       }
    }

    Cheers!