• jakubicek.cz

    (@jakubicekcz)


    Hello to everyone,

    I am dealing with one styling issue – as seen in the picture (link below). In the thumbnail box, there are margins from the left and right that I don’t want.

    I tried to modify the CSS, but when I fixed it for the web, it completely broke the mobile version (the only way I could find it was by setting the width of the images).

    Before I will go this way, anyone dealt with this particualr issue? It might save me some time.

    Thanks in advance!

    https://ibb.co/Wz8n7gJ

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Codeixer

    (@im_niloy)

    Hi,

    Try This CSS code below:

    .wpgs-nav .slick-slide {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    Thread Starter jakubicek.cz

    (@jakubicekcz)

    Hi Niloy,

    I tried this, but then – the images are squeezed together (no right margin) and another (fourth) image is shown.

    Plugin Author Codeixer

    (@im_niloy)

    Hi,

    the fourth image is shown only temporarily. once the CSS is saved it will be fixed https://cln.sh/RHKJbTcC

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails layout – unwanted left & right margin’ is closed to new replies.