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
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
Thanks Rikard,
Unfortunately it somehow didn’t work. Would you have another idea?
Thanks,
Miguel
Hi Miguel,
Thanks for the feedback. Please try this instead:
.page-id-1811 .content {
padding-bottom:0 !important;
}
Best regards,
Rikard
Hi Rikard,
Thank you for trying to help.
Still didn’t work, though. Any other suggestion?
Thanks,
Miguel
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
Hi,
Thanks for that, are you clearing the cache from your caching plugin after adding the CSS?
Best regards,
Rikard
That worked. Thanks. I thought I had done that, but I realized I’d forgotten.
Many thanks for your help!!
Miguel
Hi,
You are welcome!
Best regards,
John Torvik