Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #756436

    I have two questions.

    1. I made all three of these images the same size but the middle one appears bigger. Can you please tell me what to adjust to fix this? Is it padding? http://www.launchgeek.net/stock-photography/#paid

    2. When I add empty white space it adds a very large gap automatically. Even if I choose “custom” and 10 pixels it still creates a large gap of like 50 pixels. How do I fix this? Same section: http://www.launchgeek.net/stock-photography/#paid

    Thanks,
    Be

    #757970

    Hey Be,

    Sorry for the late reply!

    1- I checked your page and it seems like middle grid cell has 0 padding values while other have (they do not at the moment as values inserted incorrectly. Values are missing “px” as shown in the screenshot in private content field). If you would like us to look into it, please create a temporary admin login and post it here privately.
    2- Can you please post a screenshot and show the issue you are having? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Regards,
    Yigit

    #757984

    1. Ok, I fixed the padding. The padding on the right and left images is 35 so I wasn’t sure what to use for the middle. I tried 17.5 on the left/right padding of the middle image and it solved it.

    2. When I add an empty white space below and element of just 5 pixels for example it actually creates a very large white space of like 50+ pixels. Here is a screenshot: http://www.launchgeek.net/wp-content/uploads/2017/03/Screen-Shot-2017-03-08-at-11.37.14-AM.png

    #758012

    Hi,

    1- Great!

    2- Can you please create an example page and post temporary admin logins here privately so we can look into it? My guess is default 50px padding value is being applied to those sections.

    Best regards,
    Yigit

    #758050

    ok, I’ve included the info in the private content. – Be

    #758055

    Also, these black bars have the same H5 white font on them as does the one above that says “Free Images,” yet, these bars for some reason have small text and it’s black. See here: http://www.launchgeek.net/wp-content/uploads/2017/03/Screen-Shot-2017-03-08-at-3.09.10-PM.png

    #758065

    Hi,

    Your case is a little special actually. As you have a Color Section and Grid Row element and you would like to place separator in between but that automatically creates another section and as i mentioned earlier, sections have 50px of top and bottom padding values.

    You can either add a Color Block element to your page with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png (“sep-sec” in example) and add following code to Quick CSS in Enfold theme options under General Styling tab

    #sep-sec {
        height: 10px;
        min-height: 10px;
    }

    Or you can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your Grid Row element and give it a custom CSS class (“cus-grid” in example) and add following code to Quick CSS

    .cus-grid { padding-top: 50px; }

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.