New Landing How can we help? Themeforest Theme Support Joyn Display image 50% on X and 0% on Y

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Joyn
  • #182563
    barefootMarc
    Member
    Post count: 174

    I am trying to get an image within a row to display on the bottom of the row, and in the middle of the screen. I have tried many different combinations and can’t seem to get the right fit.

    my code

    .inner_page_title{
    bottom:0;
    }

    The services with the light purple transparent box should remain in the centre and bottom of the row at all times.

    Attachments:
    You must be logged in to view attached files.
    #182571
    barefootMarc
    Member
    Post count: 174

    when the width of the browser window is wide it seems to work. As you shrink the width you start to get padding underneath.

    -M

    #182615
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_parallax_asset:not(.spb-column-container){
    padding:0px !important;
    }

    Thanks
    Mohammad

    #182879
    barefootMarc
    Member
    Post count: 174

    Hi Mohammad,

    It is now dropping the image container below the parallax bottom.

    Only when the browser is at 650 px does it display properly. More than that and in drops below, less than that there is padding.

    Ive included some screen grabs.

    Thank you again for such a timely response. I recommend your themes to everyone because of.

    -M

    Attachments:
    You must be logged in to view attached files.
    #183121
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Can you please remove all customisation that you have made relating to that area, I know a much simpler way to do it but I need to start from the starting point without your custom css

    – Kyle

    #183328
    barefootMarc
    Member
    Post count: 174

    HI Kyle,

    All css has been removed.

    -M

    #183339
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I just assigned it to Kyle so he can reply when he comes online.

    -Rui

    #184593
    barefootMarc
    Member
    Post count: 174

    Hey Guys,

    Any luck?

    #184597
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In the Row asset, set the padding to 0, then add this to your custom css:

    .sf-parallax-video .spb_image {
      margin-bottom: 0;
    }

    – Kyle

    #184688
    barefootMarc
    Member
    Post count: 174

    Still not working. The video also displays funny on load. After you stretch or shrink the browser window, the BG Video rights itself.

    I’ve included an example. Could it be the WEBM video file? Maybe a different codec would work better?

    Again, I appreciate all your help.

    -M

    Attachments:
    You must be logged in to view attached files.
    #185189
    barefootMarc
    Member
    Post count: 174

    So instead of an image I tried making a DIV

    <div id=”container_head_main”>
    <table width=”100%” height=”675px” border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″>
    <tbody>
    <tr>
    <td style=”text-align: center; color: #FFFFFF;”>Our Process.
    </td>
    </tr>
    </tbody>
    </table>
    </div>

    Still not able to get this bad boy to sit flush on the bottom.

    -M

    #185530
    barefootMarc
    Member
    Post count: 174

    GOT IT WORKING

    .spb_parallax_asset:not(.spb-column-container) {
    padding-bottom: 0;

    }

    #185548
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great 🙂

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register