• Resolved Clamos

    (@clamos)


    I have too much padding around the image; how can I reduce or eliminate that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @clamos,

    Thank you for the topic.

    You can go to the Popups > particular popup > Styles tab and decrease the value for the Content padding option. 

    See the screenshot below:

    Also, there is padding here which you can reduce with the help of the CSS code. 
    Our Development Team has written a new CSS code special for you to achieve this result. 

    Please take this CSS code and insert it into the Popups > particular popup > Styles tab > Custom CSS option. 
    Then, replace YOUR_POPUP_ID with the corresponding Popup ID (e.g. 3, like this div.ays-pb-modal.ays-pb-modal_3). 
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    div.ays-pb-modal.ays-pb-modal_YOUR_POPUP_ID {
    padding: 20px !important;
    }

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Padding’ is closed to new replies.