Hi
I am using your theme and really like it, especially the new updates, looks great. It’s here
I draw interactive graphics and use iframes to embed them in the site. I want to be able to embed different frames depending on the device, e.g. mobile, tablet etc. I got a bit of css code that I have been trying to add using the stylesheet editor. It works on other themes but not, seemingly, with boot press. Have you any idea why? Here it is
@media all and (min-width: 959px) {
.content .desktop {
display: block;
}
.content .tablet {
display: none;
}
.content .phone {
display: none;
}
}
@media all and (max-width: 720px) {
.content .desktop {
display: none;
}
.content .tablet {
display: block;
}
.content .phone {
display: none;
}
}
@media all and (max-width: 479px) {
.content .desktop {
display: none;
}
.content .tablet {
display: none;
}
.content .phone {
display: block;
}
}
Thanks for your help
Tom
]]>My slider isn’t formatted right. The MORE INFO button goes too far down in the slider so you can see all…..you can barely even click it. And because you cant’ read what the button says you don’t know to click. It doesnt’ happen on all the slides, just a few of them.
My site is https://www.holdcharity.org
If anybody could take a peek and give me some suggestions I would greatly apreciate it. If it matters, this very worthwhile project. It’s for a charity. A charity that helps children. SO while you’re there, don’t forgot to donate. (I’m kidding.)
Thanks for your help.
Jamie Richards
]]>