Skip Navigation

[Resolved] responsive not working

This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by Luo Yang 3 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#2248317

stars don't show properly on mobile or tablet view on my page hidden link.
They all show but i have too many columns i think.
I dont know how to make this responsive.

#2248597
stars1.jpg

Hello,

I can see the problem in the URL you mentioned above, but this issue does not relate with Toolset plugins, it should be a custom CSS codes issue of your website, for example, if you remove the CSS class name "tooltip" from the HTML div tag, I can see the stars in my browser, see my screenshot stars1.JPG

#2249593

Hello, thank you for your reply.
I was hoping all of the stars could show on one screen?

#2249701

.tooltip {
position: relative;
display: inline-block;

}
.tooltip:hover {
background-blend-mode: lighten;
background-color: #58595B;
width: 25px;
}

/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;

/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;

that is the CSS if that helps?

#2250475
mobile2.jpg

It depends on yourself, I have tried it again, it seems to work fine, see my screenshot mobile2.JPG
Is this problem resolved?