Okay
  Public Ticket #882114
No space between titles
Closed

Comments

  •  2
    murat started the conversation

    Hello, there is no space between titles in multimedia type names on main page. But its in mobile version. How can i fix it ? I highlined with red dot  in the attached file .

  •  839
    Jelly replied

    Hi,

    Please provide website url so I can check it.

    Best Regards,
    Jelly Team

  •  2
    murat replied

    www.cribofficial.com you can see it at photos area, but the problem exits in your demo site too. you can see it at http://jellydemos.com/wordpress/muziq/ // latest media. please check it on mobile.

  •  839
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    @media screen and (max-width: 568px) {
        .filters li {
            width: 100%;
        }
    }

    Best Regards,
    Jelly Team