-
AuthorPosts
-
April 3, 2017 at 8:02 am #770924
I have used this great enfold theme for my websites and it works excellent.There is a minor problem for which I need your help.
when I minimize the screen on my desktop computer I face two problems.1. I have placed the logo right side initially. but when i minimize the screen the logo moves to the left side.
But I want the logo to be in the right side(same place) even after minimizing.
2.When i minimize the screen, the logo comes to left side and it gets shrinked.I want the original logo on right side and not the shrinked one.In short, I would like the Logo not to get shrinked and run to left side. It must be in the right side without shrinking on minimizing.
I hope you can definitely help me to sort out the issues.
April 3, 2017 at 2:27 pm #771145Hey ACBOOPATHY,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .responsive .logo img { float: right; } }
Best regards,
RikardApril 3, 2017 at 3:15 pm #771169Hi,
I thank you for your appropriate reply. But it doesin’t work for me. The logo shrinks and displayed before menu on minimizing.
on minimizing I want the menu to be on left side and logo to be on right side without shrinking.
FYI: I have set Background image as polygon.pngApril 4, 2017 at 7:25 am #771554Hi,
I’m not sure what you mean by your last reply, could you post a screenshot highlighting the problem and point out what you would like to change please? You can upload to a service like dropbox or google drive and then link to it here.
By the way, the CSS I posted is applying on your site so it’s working.
Best regards,
RikardApril 4, 2017 at 7:38 am #771560Hi,
Thanks for your concern on this issue.I have sent a link.Please check it.
April 6, 2017 at 10:57 am #773088Hi ACBOOPATHY,
If the logo does not shrink there is no room for menu on smaller screens and it will take up a lot of screen, instead of showing your users the info about your company you a big logo.
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top .logo { float: right; width: 40%; } #advanced_menu_toggle { left: 0; } }
If you still don’t want the logo to shrink try unchecking the Let logo and menu position adapt to browser window in your theme settings.
If you need further assistance please let us know.
Best regards,
VictoriaApril 7, 2017 at 9:35 am #773797Hi Victoria,
Thanks a lot. This is what exactly I was looking for.
April 9, 2017 at 6:09 am #774776Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 10, 2017 at 8:09 am #775305Hi,
I viewed the below sites after minimizing the browser windowthe logo size remains the same. It doesnot shrink.
Is there anyway without unchecking the Let logo and menu position adapt to browser window in my theme settings can I show the full logo on minimized window?Advance thanks!
- This reply was modified 7 years, 7 months ago by ACBOOPATHY.
April 12, 2017 at 3:37 pm #776717Hi,
You don’t want the logo to shrink, but don’t want to uncheck the option which causes it to shrink? Not sure what you mean to be honest. Please provide us screenshots showing clearly what you want to achieve. Use imgur.com or dropbox.
Best regards,
AndyApril 13, 2017 at 6:21 am #777031Hi,
Yes. I don’t want the logo to shrink and also I don’t want to uncheck the option which causes it to shrink.
I mean the logo should not be shrinked on minimizing browser window in laptops.
It can be shrinked when we view in tablet, mobile phones.
Am I clear to you?April 13, 2017 at 7:51 am #777091Hi,
Unfortunately, it isn
t possible because we can just use the media queries and it
s based on the width, so, isn`t possible to fixed the responsive image (detecting if the user is decreasing the width from the desktop).Best regards,
John TorvikApril 13, 2017 at 7:54 am #777094Hi,
I understand now.Thanks for your support.You can close the topic.April 14, 2017 at 5:55 pm #777922Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Andy -
AuthorPosts
- The topic ‘Logo position changes on window minimizing’ is closed to new replies.