• Resolved gbsol

    (@gbsol)


    Hi,

    I’m currently testing this plugin. If it works fine we’ll buy the pro version because me need to add videos in the gallery.

    At this point, I’m trying to set the max-width to 630px with the custom CSS but I can’t seem to make it work.

    Here’s what I entered :

    element.style {
        max-width: 630x;
    }

    Can you please tell me how to make this work ?

    Many thanks,

    Guillaume

    • This topic was modified 2 years, 12 months ago by gbsol.
    • This topic was modified 2 years, 12 months ago by gbsol.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @gbsol,

    Thanks for your query. Hope you are doing good.

    The CSS you had tried to use was incorrect which is why it didn’t work. Use the CSS below in the plugin’s Advanced Additional CSS field to change the width to 630px. Have a look at the screenshot.

    div#wpgs-gallery {
        max-width: 630px !important;
    }

    Please let us know if it works or not.

    • This reply was modified 2 years, 11 months ago by Bayejid Ahmed.
    Thread Starter gbsol

    (@gbsol)

    Hi @bayejid00 ,

    Thanks a lot, it works perfectly !!

    Best regards

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @gbsol,

    We’re very glad to hear that it works perfectly now. Thanks for appreciating us. If you are happy with the plugin and support, please share your experience in the plugin review section.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS’ is closed to new replies.