• Resolved kurnikoff

    (@kurnikoff)


    Heyah

    I am using Maskitto Light and LiveMesh Grid to display portfolio items. However, I noticed that the playhead icon won’t stay center. Here it is the screenshot:

    LiveMesh Gallery Player Problem

    My website: https://www.kamilk.co.uk/portfolio

    I am trying to figure out whats the best way to fix it. Custom CSS targeting the play icon in the gallery? By using inspect tool in Google Developer view, I saw that image/video titles in the grid are being affected by another h3 CSS property. So, it looks like there is a small conflict going on?

    Any advice would be appreciated.

    Thanks

    Kamil

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author livemesh

    (@livemesh)

    Can you try the below custom CSS. Most of the icons should get centered now –

    .lsow-gallery-wrap .lsow-gallery .lsow-gallery-item .lsow-project-image .lsow-image-info h3 {
        margin: 0 !important; /* To counter the theme forced margin */
        font-size: 16px;
    }
    Thread Starter kurnikoff

    (@kurnikoff)

    YES!!!!

    It works. Thanks ?? Looks like the problem is solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grid Player Icon Won’t Stay Center’ is closed to new replies.