Hey
Im trying to get the mobile / tablet container width to a 100% rather than the 78% im using for PC under enfold dimension setting.
Could you help me with the correct ccs code? I have already tried this code given from an earlier post but it didn’t work.
@media only screen and (max-width: 768px) {
.responsive .boxed#top {
width:100%;
}}
Thanks for the help.
Hey sikkertbilsalg,
Please provide a link to your site so we can look into this issue further.
Best regards,
Jordan Shannon
Hey
The link is sikkertbilsalg.dk
But i think the code is a general thing ? :)
Hi,
This is how I am viewing the mobile:
Is this not 100% and correct?
Best regards,
Jordan Shannon
Ther eis a margin but it might just be how it looks on the mobile phone. But it is much worse on the ipad. I would guess that the container is only 78 since that is what it was set to in the settings.
I need a similar code like this:
@media only screen and (max-width: 768px) {
.container {
width: 100% !important;
But one that works :)
Hi,
Can you try using this css code:
@media only screen and (max-width:768px) {
.responsive #top #wrap_all .container {
width: 100%;
max-width: 100%;
}
}
Hope this helps :)
Best regards,
Nikko