1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved image shorts on left after scroll up

Discussion in 'Basic Support Forum' started by Chad Williams, Dec 24, 2019.

  1. Chad Williams

    Chad Williams Member
    Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Attached Files:

    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Looks fine to me. Perhaps you already resolved the issue.

    If you are still having the issue, you may try the below CSS in Divi > Theme Options > Custom CSS & see if it fixes your issue:
    Code:
    Log In or Sign Up to view this code.
     
  3. Chad Williams

    Chad Williams Member
    Divi Ultimate Header Plugin Divi Ultimate Footer Plugin


    I did a workaround but later today I'll apply that code you sent over.

    Thank you again for your support.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade card carousel design for your Divi site without using any plugins:View Demo
  4. Chad Williams

    Chad Williams Member
    Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    When padding is set to zero the banner under the menu will have a white space to the left of the image.
    after scrolling down it goes back to full screen.

    changing the padding to .4px should solve this issue.

    This is the code i used on 2 different sites.

    @media only screen and (min-width: 1350px){
    .et_pb_fullwidth_section {
    padding: .4px;
    }
    }

    note: I am not sure why this happens, but I have used this twice now, and it works for me.