I have turned on a Body Border (Passepartout) for the whole page, but when viewing it on tablet (portrait mode) or phone it doesn't work. Any way to make it work on those devices too?
Thanks for your input in advance. Hans
PS: the website is still under construction so a placeholder is active, I can provide a login if necessary
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Hey there,
I have turned on a Body Border (Passepartout) for the whole page, but when viewing it on tablet (portrait mode) or phone it doesn't work.
Any way to make it work on those devices too?
Thanks for your input in advance.
Hans
PS: the website is still under construction so a placeholder is active, I can provide a login if necessary
Hey Hans ,
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Thanks
ThemeNectar Support Team
I cant seem to view the site with the logins?.
ThemeNectar Support Team
Tahir,
I changed your status to Administrator ... that should do the trick :-)
Hi Hans,
Please try this css:
Thanks.
Hey Judith,
That worked! Awesome.
It did interfere with the navigation tho, so I took the .body-border-top, out of it and now it's the way I was hoping for.
Last question: Can I scale the border size on phone and tablet by using css?
Thanks for your input in advance.
Hi Hans,
Please try using this css:
Thanks.
Judith,
That doesn't seem to do the trick, but combining the two did:
@media only screen and (max-width: 999px){
.body-border-right, .body-border-left, .body-border-bottom {
display: block; width: 15px;
}
}
You helped out a lot. Thanks!