1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, 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

Background Pictures with fixed height being rendered on 5px height on the front.

Discussion in 'Free Divi Community Forum' started by Leonardo Barilari, Dec 2, 2019.

  1. Leonardo Barilari

    Leonardo Barilari New Member

    HI everyone, im just creating a two column section, with a background image on row 1. However, min height, and height dont seem to be working once i see the front end. They do display correctly when on editing mode.

    https://mirrormirrorhub.com/n-who-is-it-for-leaders/
    upload_2019-12-2_15-16-33.png
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Agency Divi layout pack featuring unique comment design on single blog post page:View Demo
  2. Problemizer.com

    Problemizer.com Divi Expert

    Hello,

    On the first look and without access, I can give you this fix. Put this code into your custom CSS

    .page-id-2704 .et_pb_image_3, .page-id-2704 .et_pb_image_4, .page-id-2704 .et_pb_image_5 {
    height: 679px;
    }

    Hope this helps.

    Regards,
    Problemizer.com
     
    Leonardo Barilari likes this.
  3. Leonardo Barilari

    Leonardo Barilari New Member

    Thanks problemizer. I guessed i could had fixed it with custom CSS, but isnt it still a system bug of some sort? i mean, working with the DIVI interface to being able to set each picture height and then overriding it like that.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gallery carousel design for your Divi site without using any plugins:View Demo
  4. Problemizer.com

    Problemizer.com Divi Expert

    It could be many things that are causing this issue. As I said, this is the best I can do without further access to your website.

    Try Divi safe mode for debugging, if there is some theme or plugin conflict that is causing this, it will be shown like this. You can find that option here. https://prnt.sc/q574xy

    Hope this helps.

    Regards,
    Problemizer.com
     
    Leonardo Barilari likes this.
  5. Divi.Help

    Divi.Help Administrator
    Staff Member

    This is because you're using the image module & the height setting is only applied to the image itself. And since you're not using any image, but only the background image, thus the height is not applied for your case.

    If you wish to use background image, then perhaps you can try text module instead. Just leave the content blank, set your background image & set the height in the text module settings.
     
    Leonardo Barilari likes this.
    1. PRO MEMBER PERKS Divi Block Pro - Premade logo carousel design for your Divi site without using any plugins:View Demo
  6. Leonardo Barilari

    Leonardo Barilari New Member

    oh, thats sounds reasonable. Ill try to test out the text module from now on for the same purpose. Thanks both for the help!