Hi Guys! I have an urgent problem. (Perhaps as urgent as everyone elses but for me it’s THE most urgent)
I launched my site yesterday as I am starting my business tomorrow monday. The last week I have just been adjusting smaller things so I never checked how the site looked on my smartphone before I launched it. This as it looked fine the last time I looked. But what I had forgot was that I had changed the width on the avia textblock and my guess is that it’s this that screwes the layout. It just looks like crap. I’m a newbie on this so I really need your help. Could you please have a look at it and get back to my sa soon as possible for you. I would really appreciate it. My site is http://www.vildbird.se
Hi Kristofer!
Change the code i gave you to this:
@media only screen and (min-width: 768px) {
.avia_textblock {
width: 65%;
margin: 0 auto;
}
}
This way the change will only be applied if the site is being viewed in Desktop.
Best regards,
Josue
Thanks Josue,
now it looks a bit better. Still in the second last colorsection the textblocks looks a bit strange in mobile but I’ll try and modify that myself. The only thing is that after I put that code in, the enfold logo showed up in mobile, not on computer or in iPad just in mobile? Any suggestions on that?
Thanks again for your help :)
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 768px) {
.logo.bg-logo {
display: block;
}}
It is currently set to display: none;
Best regards,
Yigit
Thanks!
You guys rock.