Conversation
supportHello thanks for making nice plugin, this is the only one i can find I’m using default Dynamic – Basic Template and for some reason its not responsive on mobile(Galaxy/Chrome) My website is using Neve Theme View post on imgur.com Here’s the screenshot And this is the website I’m having issue with This topic was modified 2 years, 9 months ago by Tae Hyeon . This topic was modified 2 years, 9 months ago by Tae Hyeon . This topic was modified 2 years, 9 months ago by Tae Hyeon . This topic was modified 2 years, 9 months ago by Tae Hyeon .
Hi there, Could you try adding the following custom CSS code? @media all and (max-width: 450px) { .vlp-layout-basic { display:block } }
Hmm I added custom css but it didn’t work I have no idea what can cause this issue maybe my theme or other plugins
Could you try adding an !important flag: @media all and (max-width: 450px) { .vlp-layout-basic { display: block !important; } } Make sure to clear any caching plugins as well.
Actually, That worked Thanks so much you are amazing !!
Came for this same issue. The CSS with !important did the trick. Might want to add that to the plugin code! Still have an issue with intermediate widths using columns with these links, but that’s more complicated to solve I think…. The individual “widget” can’t respond to the column width like the media width AFAIK, so the theme css for when 2 columns become stacked by media width would need changed I think, but then that’s got other implications…. Fiddly, not terrible, but love to figure out how to tweak it better.
Hi there, Could you try adding the following custom CSS code? @media all and (max-width: 450px) { .vlp-layout-basic { display:block } }
Hmm I added custom css but it didn’t work I have no idea what can cause this issue maybe my theme or other plugins
Could you try adding an !important flag: @media all and (max-width: 450px) { .vlp-layout-basic { display: block !important; } } Make sure to clear any caching plugins as well.
Actually, That worked Thanks so much you are amazing !!
Came for this same issue. The CSS with !important did the trick. Might want to add that to the plugin code! Still have an issue with intermediate widths using columns with these links, but that’s more complicated to solve I think…. The individual “widget” can’t respond to the column width like the media width AFAIK, so the theme css for when 2 columns become stacked by media width would need changed I think, but then that’s got other implications…. Fiddly, not terrible, but love to figure out how to tweak it better.