POPOVER WIDTH NOT RESPONDING - Question | JoomShaper

POPOVER WIDTH NOT RESPONDING

John Juhl

John Juhl

SP Page Builder 1 week ago

No matter if I set the popover width to 400 or 1000 it stays the same width on the frontend.

0
15 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #154674

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your super admin access? So that I can check.

-Regards.

0
John Juhl
John Juhl
Accepted Answer
1 week ago #155140

Sorry it took a while :)

0
John Juhl
John Juhl
Accepted Answer
1 week ago #155142

the articles in question

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #155147

Are you talking about this portion width and height? Give me a screenshot of it please.

0
John Juhl
John Juhl
Accepted Answer
1 week ago #155259

Yes, no matter what width I choose, nothing happens. (can it be because it is not a Pagebuilder article but a Joomla article, made using Pagebuilder?)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #155288

Yes. You can try custom CSS on that.

0
John Juhl
John Juhl
Accepted Answer
1 week ago #155347

Would love to - but how ?-)

0
John Juhl
John Juhl
Accepted Answer
6 days ago #155359

I've been playing around a bit more with my popovers - none of them responds to the custom popover-item width being changed... no matter if it is in Joomla native articles nor Pagebuilder articles.

Please give this some attention.

Thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 days ago #155414

Do you want it like this? Then use this custom CSS in your custom.css file

#sppb-addon-c02ba8b9-2b58-43fb-a28a-82d099310056-portal .sppb-popover-content-item {
    width: 300px !important;
}
0
John Juhl
John Juhl
Accepted Answer
4 days ago #155482

Well, I guess it could be a solution - but wouldn't it result in all my popovers having the same "widths"?

I need to be able to adjust them individually... (is it just on my platform that it doesn't work?)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 days ago #155522

Sorry there is no option to set it individually. The only way is to set the width like that CSS.

0
John Juhl
John Juhl
Accepted Answer
3 days ago #155547

I don't get it.

Why is there an option to set the width - if it doesn't work, and instead I'll have to write a custom CSS?

https://drive.google.com/file/d/1UruXNVa9kcdJRpc_hNDWxTnjiYnry4JY/view?usp=sharing

It doesn't make sense...

and btw:

Just inserted your suggested CSS - and it doesn't change a thing...

0
Pavel
Pavel
Accepted Answer
3 days ago #155558

Just inserted your suggested CSS - and it doesn't change a thing...

Hi. Because that is not the right code.

Try this

#sppb-addon-c02ba8b9-2b58-43fb-a28a-82d099310056-portal .sppb-popover-wrap {
    width: 300px !important;
}
0
John Juhl
John Juhl
Accepted Answer
16 hours ago #155786

Sorry to say - but this CSS doesn't work either.

And in fact - nothing in the popover addon works. Can't adjust image sizes, font sizes or anything else.

So to repeat myself: Please give this some love. Thanks :)

0
Pavel
Pavel
Accepted Answer
12 hours ago #155831

Hi. This cannot but work. Where did you add the code? I do not see that you added it.

0