Need huge help

dadecotti

Supreme Member
Joined
Dec 13, 2008
Messages
1,238
Reaction score
115
Hello,

I am editing an existing website, my updates are working fine on desktop but on mobile it shows different content, how can I get the same content from desktop to mobile?

Thanks
 
On CSS I have this code, I don't know if it's involved.
@media screen and (max-width: 996px){
section.desktop{display: none!important;}}


section.desktop{display: block;}
.ombretta {
box-shadow: 0em 0px 4em rgba(0,0,0,.2);
padding-left: 0;
padding-right: 0;
}
 
What theme do you use?

And don’t use em’s for boxshadow, use px. 0 values don’t need px added. Just add them as 0.

Em is for typography and you might run into weird issues when you change your font size (or the visite that has bad eyesight does.)
 
What theme do you use?

And don’t use em’s for boxshadow, use px. 0 values don’t need px added. Just add them as 0.

Em is for typography and you might run into weird issues when you change your font size (or the visite that has bad eyesight does.)

I use Foundry theme.
Is it possible to copy the desktop content to show on mobile with easy way?
What can I do?

If I go to bakery I see below the desktop content there is something in gray like if it's hidden and that's what showing on mobile version.
 
Not really helpful. There are dozens of themeshops that have a “Foundry” theme.

Is this the one for Bigcartel, from GoDaddy!, or ...

And any modern theme uses the same content for desktop and mobile, unless a specific content part gets visually hidden with a media query.

Perhaps you can dm me a link to your site, so I can have a look.
 
I imported the website from another site using all in one migrator, and I thought editing the desktop part would reflect also on mobile.
But I noticed that if I visit on mobile it has a different content.

I just would like to disable the mobile versione and show the same content from desktop, of course with a good layout.
 
Back
Top