Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #494906

    Hi there,

    There is an 8% padding to the left and the right of the image with hotspots with !important on it so I can’t seem to get rid of the padding.

    Is there a way without FTP access for me to override this?

    Thanks,
    Matt

    #494914

    Hi Matt!

    Can you please post a screenshot and show the changes you would like to make?
    There is no padding on my end on hotspot element [screenshot in private field]

    Regards,
    Yigit

    #494918

    Sorry, I forgot to mention it’s only on mobile.

    Any ideas?

    Thanks,
    Matt

    #494971

    Hey!

    Please add following code to Quick CSS in Enfold theme option under General Styling tab

    @media only screen and (max-width: 767px) {
    #homegrid .flex_cell:nth-child(2) {
        width: 100%!important;
        max-width: 100%!important;
        padding: 0!important;
        margin: 0!important;
    }}

    Best regards,
    Yigit

    #494991

    sadly, didn’t work :/

    #495004

    Managed to fix it, I didn’t notice the id class was what had the padding assigned to it, I must have done that while it was local. It’s fixed now anyway, thanks for the help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Padding left and right of image with hotspots’ is closed to new replies.