Mobile View
# 🤝help
i
I'm having some trouble with mobile view (as you can see in the image) Is there any possible way to change the width of the mobile view? I'm using Wordpress + Custom Code to implement it on Wordpress. https://cdn.discordapp.com/attachments/1243050086917869669/1243050087354204222/image.png?ex=6650101b&is=664ebe9b&hm=6d63733a3521e6f749851296372dcde41da953597716c6ae13699a9d0af34ef6&
@fresh-fireman-491
pls
@User
I'm sorry for the ping, but i need this..
Please
c
Hi, lets see if we can resolve this. The first step would be to host your bot on a different browser/page so we can determine if its a Wordpress issue. Does the issue occur in all the versions of your bot ?
i
Hello, the website is https://demozone.live/ I only have chrome on my laptop at the moment and its happening on all my bots
THis is on microsoft edge
c
I think this happens because you added custom CSS styling outside the styler. Let's take a look at your bot with vanilla css settings.
i
Okay
Here is my CSS
Fixed. BUT when i install the widget on my site, it does not fit.
c
are you still applying custom CSS to it ?
m
I have no idea why my brain thinks this, but I feel like its not % but like v example 40v
f
If you are using an advanced styler add this: @media screen and (max-device-width: 767px) { .bpw-layout { width: 100% !important; height: 100%; right: 0; bottom: 0; border-radius: 0; } }
2 Views