Best Premium and Free WordPress Themes › Forums › Corporate Plus › Logo issue iphone
Tagged: logo issue
- This topic has 8 replies, 4 voices, and was last updated 6 years, 8 months ago by acmethemes.
-
AuthorPosts
-
September 25, 2017 at 5:33 pm #20607sebastian vergaraParticipant
Hi, at the moment i go into my web through my iphone, the logo is not working well, it appears above the slider text. Can you please help me with a CSS code to let me ´lock’ the logo in the navigation bar?
Thanks a lot!
September 25, 2017 at 6:57 pm #20611acmethemesKeymasterFirst we request you to check our theme demo and try to find similar issues on that demo as well. If no such issues is found, please try once by deactivating the installed plugin and remove custom CSS(if added any). Try this and let us know the results with site URl as well.
Regards
October 12, 2017 at 8:16 am #21053dsl25ParticipantI have the same problem with phone and tablet screens.
I had to remove sticky header menu option in order to have something acceptable.October 13, 2017 at 4:48 am #21077acmethemesKeymasterHello dsl25
Thank you for sharing your answer with us. We will consult with the developer soon and contact you.Thank you again.
October 14, 2017 at 8:29 am #21113Acme ThemesKeymasterHello dsl25
Please use the following custom CSS :
.navbar { z-index: 99999; }
Let us know if this solve the issue.
Best Regards!
Acme ThemesOctober 14, 2017 at 8:48 am #21116dsl25ParticipantThanks for this but it doesn’t seem to change anything related to this problem.
I just re-enabled sticky menus and added the above in my child CSS and you can see the problem here if you reduce your screen size: ppdesign.tkOctober 15, 2017 at 9:37 am #21133Acme ThemesKeymasterThe next solution can be resizing the font size of the slider. Please try the following custom CSS:
@media only screen and (max-width: 767px) { .home-bxslider .lead { font-size: 22px; } }
or you can also try, Full Screen Background on Feature Slider Image Display Options, the slider size is very small because of Image size you used in the Phone.
Best Regards!
October 15, 2017 at 10:44 am #21135dsl25ParticipantYeah, thanks, in fact I did both and it works much better now.
I set Full Screen Background on Feature Slider Image Display Options but also added this in CSS to reduce slider titles font-size to 36px:.home-bxslider .lead { display: block; color: #ffffff; font-weight: bold; font-size: 36px; text-transform: uppercase; width: 80%; margin: 0 auto; }
I think it’s OK now, many thanks!
October 16, 2017 at 4:09 am #21147acmethemesKeymasterNice to know that your problem is solved.
-
AuthorPosts
- You must be logged in to reply to this topic.