Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #856765

    Gentlemen,

    I need to have the bottom part of a picture end at the border of the next section down. Exactly like this picture here: https://www.smartpassiveincome.com/

    On my website, I can’t replicate that. What I’ve come up with is within private content.

    Could you explain how I could achieve that same design?

    It’s like I need the column to have no margin down, but I can’t achieve that.

    Thanks,

    Miguel

    #856814

    Hey Mkieling,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-1811 .template-page {
      padding-bottom:0 !important;
    }

    Best regards,
    Rikard

    #856908

    Thanks Rikard,

    Unfortunately it somehow didn’t work. Would you have another idea?

    Thanks,

    Miguel

    #857317

    Hi Miguel,

    Thanks for the feedback. Please try this instead:

    .page-id-1811 .content {
      padding-bottom:0 !important;
    }

    Best regards,
    Rikard

    #857602

    Hi Rikard,

    Thank you for trying to help.

    Still didn’t work, though. Any other suggestion?

    Thanks,

    Miguel

    #857688

    Quick follow up. Maybe it will be a good idea to share access information to my WordPress dashboard so you, the support member, can take a closer look at this thing.
    I added it within private content.

    Thanks!

    Miguel

    #857869

    Hi,

    Thanks for that, are you clearing the cache from your caching plugin after adding the CSS?

    Best regards,
    Rikard

    #857983

    That worked. Thanks. I thought I had done that, but I realized I’d forgotten.

    Many thanks for your help!!

    Miguel

    #858110

    Hi,

    You are welcome!

    Best regards,
    John Torvik

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