Hi,
Adding a bg img makes my mobile display distorted. Please advise how to “exclude” bg img from showing on mobile devices.
Thanks for your great support!
Hi,
Please provide a link so I can inspect this, not sure how the image is distorted on mobile device, as it should not appear – http://demo.tagdiv.com/newspaper_sport/ – http://screencast.com/t/7xvf7OLbOD
Thanks!
Oops, sorry, issue came up when I did the following:
.td-boxed-layout #td-outer-wrap {
width: 1100px !important;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
width: 1100px !important;
}
Is there anyway to get the bg img not to distort on mobile device?
Thanks!
Hi,
Please use media queries to not affect other device than desktop. For example the default css for this is – http://screencast.com/t/cR6FrW8zIn but for smaller devices – http://screencast.com/t/k5hmqZ9puBh
Your css applies a fixed width also for tablets and phones, so you could try like this:
@media (min-width: 1181px) {
.td-boxed-layout #td-outer-wrap {
width: 1100px !important;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
width: 1100px !important;
}
}
Thanks!
Hi,
Perfect! Excellent job.
Thanks again. Please close ticket.
Hi,
Sorry for bugging again!!!
I have a scenario that needs help: When I create my bg img, the img area that is supposed to display above the header area does not show up:
Would you give me a hand please?
Thanks again!
Hello,
Sorry for the delay, if you write in a closed topic, we won’t see the request only if we know to look for it.
I’m not sure what you mean, the header area does not display the background image: http://screencast.com/t/ijzfaN5xZu
The screenshot you provided requires username and password. Please provide more details and maybe a screenshot that can be viewed without authentication.
Thank you!
Hello,
I am sending the credentials via email.
Thanks!
Hi,
Just wondering if you had time to look over this issue. Sorry for bugging. I know you are overloaded…
Thanks!
Hello,
Sorry for the delay.
I have checked your request. In order to lower the whole site you can use a solution i provided here: https://forum.tagdiv.com/topic/add-a-space-gap-above-the-whole-website/
But you cannot target a specific area to add a background image to.
You will need custom modifications to do it.
Thanks.
