Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1316314
    finger123
    Participant

    how do i remove the dead white space or i guess borders marked with the red arrows in the attached image?

    #1316385
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1316394
    finger123
    Participant
    This reply has been marked as private.
    #1316480
    finger123
    Participant
    This reply has been marked as private.
    #1316832
    Friech
    Moderator

    Hi There,

    Please add the button element below the image, and we will position it layering above the image.

    In the meantime, please add a property position: relative; on the section’s STYLE field.

    I am not seeing any bit of white space between images, please clarify.

    Thanks.

    #1316844
    finger123
    Participant
    This reply has been marked as private.
    #1317058
    Friech
    Moderator

    Hi There,

    Add a property position: relative; on the STYLE field of each of your 1/3 column.

    Then add this on your custom CSS on Customizer.

    .floating-btn {
        position: absolute;
        left: 40%;
        bottom: 25%;
    }

    Lastly add a class floating-btn to each of your button.

    Hope it helps, Cheers!

    #1317454
    finger123
    Participant

    hi. i did what you asked but i can only see one button. i have a total of 3 buttons.

    #1317510
    Jade
    Moderator

    Hi there,

    Try updating the code to:

    .floating-btn {
        position: absolute;
        left: 40%;
        bottom: 25%;
        z-index: 9999;
    }

    Hope this helps.

    #1317532
    finger123
    Participant

    Hi. That did not seem to make any difference. i still only see one button.

    #1317919
    finger123
    Participant

    maybe you guys can log back in and take a look as all your codes still only make 1 button show up. you will see what i mean once you log in.

    #1317930
    Friech
    Moderator

    Hi There,

    I did not see any position: relative; on the columns.

    Please add a property position: relative; on the STYLE field of each of your 1/3 column.

    Thanks.

    #1317936
    finger123
    Participant

    i see now. i was adding relative; without the position: in front of it. i just added that and is now working. I noticed that my top image is not responsive and does not appear in mobile version. Is there something i need to add to make my top image responsive as well?

    #1318375
    Friech
    Moderator

    Hi There,

    Actually, you almost hide that section on every screen size. Please inspect that second section and do not enable any of its Hide Base on Screen Width option.


    screenshot

    Thanks.

    #1318948
    finger123
    Participant

    i cannot believe i didnt catch that. thank you! its working now.

  • <script> jQuery(function($){ $("#no-reply-1316314 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>