Forum Replies Created
-
AuthorPosts
-
November 17, 2015 at 5:24 pm in reply to: Enfold mobile version – center logo and secondary menu #537453
Hello again,
First of all, I really appreciate great job of the Support Team.
But… For some reason I just can’t get this logo centered on mobiles. I cloned the installation of the web to have a test web to play with and spent entire day doing so and I failed to center the logo. I removed all custom CSS, went back from the child to parent theme. For some reason codes you provide to center the logo don’t work on my web. Could you have a look and tell me what I am doing wrong?I tried alrady:
@media only screen and (max-width: 767px) .responsive #top .logo { width: 100% !important; }
and
.responsive .logo { left: 35%!important; position: relative; } @media only screen and (max-width: 480px) { .responsive .logo { left: 25%!important; position: relative; }}
and
div .logo { float: none; position: absolute; z-index: 1; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
and
@media only screen and (max-width: 767px) { .responsive .logo a { display: inline-block; vertical-align: middle; } @media only screen and (max-width: 767px) .responsive .logo { position: relative; display: block; width: 100%; text-align: center; } }
Also when I scroll down the menu background turns green like in the picture I pasted in the previous post. Any idea what to modify to have it white?
Thank you in advance!
SebastianNovember 13, 2015 at 6:28 am in reply to: main menu link advanced styling broken after theme update #535237Same problem on my website, had to downgrade theme files.
November 12, 2015 at 1:32 pm in reply to: Enfold mobile version – center logo and secondary menu #534715Hi,
I tried on Nokia Lumia 1020, IPhone 5S and Samsung Galaxy S5. On all devices the logo is positioned differently and language menu on top is not centered. Situation gets even worse when moving the mobile to a landscape mode, then both logo and language menu is totally off-centered.
Adjusting the margin can work only for one device as the screen resolutions differ.
For some reason I changed something and now I get this green bar behind the menu and I can’t change it. What do I have to change to get rid of the green menu background (see picture attached)?
- This reply was modified 9 years ago by viom.
November 3, 2015 at 6:11 pm in reply to: Enfold mobile version – center logo and secondary menu #529535Thanks Yigit,
Unfortunately still doesn’t work.
Please find attached screenshot. I used responsitive design view in Firefox as it shows clearly the issue. Neither the logo nor language switcher is centered.
Check this out:
http://postimg.org/image/a504b7taf/Cheers!
SebastianOctober 28, 2015 at 9:43 am in reply to: Enfold mobile version – center logo and secondary menu #525955Hi Rikard,
I noticed it looks not centered on iPhone (please find attached screenshot) and Samsung Galaxy S5. Also the top language menu is not centered.
Thanks in advance,
SebastianOctober 26, 2015 at 4:40 pm in reply to: Enfold mobile version – center logo and secondary menu #525033Hi Elliott!
Thanks for the quick reply. Still, language switcher is off towards right.Best,
SebastianHi Yigid,
Thanks! Have done that and seems the lines are gone, but also the control bar background looks weird now. Can you have a look?
Cheers!
SebastianHi Yigit,
I suppose it was not exactly that, because in Firefox the problem persists. Have a look:Best,
SebastianHi, sure, login details attached. :)
I also encountered a problem in Safari (both iPhone and MacBook), when smooth page transition is enabled, clicking browser back results in blank page.
Thanks!
SebastianHi Rikard,
I am now seeing the lines also in other browsers. Here is the link:
http://www.vilalta.cat/www/#profile
The video is in the About/Profile section.Best,
SebastianHi Rikard,
If I just add it to child themes functions.php, I am having an error and the page loads with non modified functions.php. If I copy the content of enfolds functions.php to the child themes one and add the mod code, I am receiving an error message.Best,
SebastianThanks Elliott,
It worked as a charm!
Cheers!
SebastianHi,
I am using Enfold child theme but I was not able to make this code working there, it works only when functions.php in enfold folder is edited. Is there any way to make this customization in the child theme only?
Thanks in advance!Best,
Sebastian -
AuthorPosts