monarchzeronyc
Forum Replies Created
-
Well, it looks like I figured it out. I put this into my custom CSS code:
@media screen and (max-width: 480px)
{
#mobile-header {
background: url(‘wp-content/uploads/2016/06/Header3.jpg’) no-repeat bottom center;
width: 100%;
height: 230px;
}
}This was the easiest solution I could think of, but I’m happy to hear if anyone else has a simpler way or other ideas.
If you use this solution and it works let me know!
I feel like there should be some easy way to put an @media tag or something in there to get that image to only show up on mobile, but I can’t figure it out…
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.Sorry to keep bugging you, but is there a way to have a different header for mobile? I feel like now that I’ve gotten to this point that might be the easiest solution…?
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.Hey also, where did you find that? I looked through his code and CSS but can’t find that specific block on code…
If you check my site on mobile now the header shows up but it distorts it now..
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.OMG ALMOST THERE… but now it shrinks the image to fit the small screen, unlike his… so I have to figure out how to tell my website to not scale the image down, but also not increase the borders of the page…
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.I’m toying with stuff so right now there is a header on mobile, but it’s eclipsed by the menu, which his isn’t.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.I could deal with that, how can I get to that point? Like I said, on mine there is no header on mobile.
Thanks for your help by the way!
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.No, it didn’t work.
It’s just a little frustrating because I noticed that another person’s website uses the same exact theme as me, and he’s solved this problem: http://www.rooshv.com . I’m trying to look at his code to see how, but on mobile his site loads with a smaller header and the menu is in the right place. On mine, on mobile there is no header.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.I feel like there might be a miscommunication here, just in case, I got it to show up and scale on mobile, but then the menu overlapped it. to my understanding it did this because I made the header part of the background, and therefore it was then overlapped.
In the default state the code for my theme just removes the header entirely for mobile, it just isnt there.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.No, but I’m not sure what you mean by that.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.I want the header on my website to show up on mobile the same way it does on desktop.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.I’m not sure what you mean or how that would fix things. For example right now I took out my custom CSS so I’m back to square one, and on mobile you don’t even see the header, where as on desktop it works fine. I just need some simple way to make sure the header is there on mobile, can’t I just write that in somehow? I’m even willing to make another smaller header for mobile if that makes it easier somehow.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.Okay, I will. But how, I tried putting a lot of things in a lot of different places, anything specific you can recommend me?
Hope I don’t sound stupid/needy, I tried google and couldn’t figure it out.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.I would do that… but I don’t know how. Could you advise me? I just want that image to always be at the top of the page, and scaled to fit mobile devices. I feel like that shouldn’t be so hard but I’m having a lot of trouble.
Forum: Fixing WordPress
In reply to: Simple coding prob. – Menu overlaps header.It’s http://www.westernidentity.info .
I would love some help as I still haven’t figured it out, thanks!