How to enable shortcodes in some areas and how to reduce space margin

Hello there,

I want to appreciate your team for your great works and for your usual quick response.

This is my second time using Shapely theme for a website, but i need some help.
Please, kindly find the attached screenshot with my questions typed over the image.
www.ayoolaemmanuel.com

Thanks alot.

Hi there

Hope you are having a good day and thank you for kind words :slight_smile:
SOrry but no image is attached to your post and please type your question here and not on the image

Thanks!
Colorlib Support Team

Thank you Noda,
Sorry i thought i attached it, below are the questions i have in the image, but is better understood if you check the image.

  1. How can I reduce the margin/spacing here?
  2. After click, I want a video lightbox to popup here, I’m using Supsystic Popup plugin and the shortcode generated was pasted so that when clicked, the video would popup [supsystic-show-popup id=100]
  3. Can the same thing in Number 2 work here? When this image is clicked?
  4. I want to only display these pictures and when cursor is placed on them, it shows the title, but when clicked, it should not go to any page.

Thanks.

Hello Nejo

thank you for everything

  1. and 4 - i still need url of your website
    2 and 3 - by default this is not possible, check if your plugin has the option to trigger popup bu link, otherwise, things need to be customized here

Thank you Noda,

The website URL as requested is www.ayoolaemmanuel.com

Regards.

HI

  1. use this css:

div#shapely_home_parallax-3 section {
padding-bottom: 20px;
}

  1. use this css:

.project .image-tile a {
pointer-events: none;
}