-
AuthorPosts
-
October 28, 2014 at 8:24 pm #342398
Hey!
Just made the update. Everything went fine but still I have 3 issues since the update (see private link) :1. The logo looks bad, kind of fuzzy… though it shouldn’t.
I re-uploaded it in the admin/Enfold/Theme options, and refreshed, but no changes…
It seems like it’s being made “bigger” on desktop mode than the original size. And the original size seems to come back under approximately 750px -> the the logo looks clean again.2. In the container (alternate color) just under main menu -> The “main page” titles are not aligned correctly on the left anymore.
Here again, it seems to align correctly again when I stretch the window to 750px more or less…3. On the “references” page (on Safari only) -> second slider -> border bottom is kind of cropped.
Thanks for your help! Cheers!
MariePS: for info no child theme here, just quick css.
- This topic was modified 10 years ago by Marie.
October 30, 2014 at 3:16 pm #343431Hi Marie!
Thank you for using Enfold.
1.) The logo that you’re using is a bit small 160 × 90 px. Minimum size for the desktop view should be at least 178 x 100 px.
2.) You added a custom css that breaks the padding of the title container:
#top .title_container .container { padding: 0px 0px 6px 0px; min-height: 60px; }
Code should be replace with:
.title_container .container { padding: 0px 50px 6px 50px; min-height: 60px; }
3.) I’m sorry but I can’t see the issue on safari. This is what it looks like:
Regards,
IsmaelOctober 30, 2014 at 5:35 pm #343490Thanks Ismael!
1. OK for the logo I changed it. But before updating the previous logo one was just fine…? Anyway.
2. The css supposed to break the padding container was also there before and it was perfect.
I changed it by the one you just gave me and now indeed it’s correctly aligned on left, but it’s not vertically centered anymore…
What css should I add ?3. I saw your screenshot. Good news if it’s good on your side! But on mine there is a little problem for Safari… (I’m on mac)
Thanks for your help!
Cheers!Marie
- This reply was modified 10 years ago by Marie.
November 1, 2014 at 4:05 pm #344600November 1, 2014 at 5:42 pm #344642Hi Andy!
Thanks. Solved!
Regarding Safari, good to know it’s looking good on your side too (like Ismael). My Safari must be cursed :/ !!Let’s close this topic: the most important is solved. And I’m just hoping the safari issue is just “my” safari issue ;)
Thank you everyone!
Cheers!Marie
-
AuthorPosts
- The topic ‘Issues / Update from Enfold 2.9.2 to 3.0.2’ is closed to new replies.