Tagged: x
-
AuthorPosts
-
August 3, 2016 at 9:48 am #1115465
JW & Co.ParticipantHello,
If you open up http://www.homeandhealthy.joshuaweatherstone.com, you will notice that nothing looks wrong with the header. However, if you open the page on an iPad (horizontal/landscape view) you will the logo and menu items become stacked. How can I keep these inline?
Thanks,
JoshAugust 3, 2016 at 10:58 am #1115579
JoaoModeratorHi Josh
Please try adding the following code to Appereance Customizer Custom CSS
@media screen and (max-width: 979px) { .x-brand img { width: 300px !important; } }Hope that helps
Joao
August 3, 2016 at 11:19 pm #1116685
JW & Co.ParticipantHello,
Unfortunately this doesn’t work… I am experiencing the same issue on iPad AND now the logo looks smaller and is being vertically aligned differently.
Please advise,
JoshAugust 4, 2016 at 2:00 am #1116831
RupokMemberHi Josh,
Kindly update the code a bit :
@media screen and (max-width: 1050px) { .x-brand img { width: 300px; } }Hope this helps.
Cheers!
August 4, 2016 at 6:53 am #1117146
JW & Co.ParticipantHello,
This code is better, but the logo is still not vertically aligned correctly when the page is viewed from my iPad.
Thanks,
JoshAugust 4, 2016 at 8:54 am #1117291
JoaoModeratorHi Josh,
Please update the code to >
@media screen and (max-width: 1050px) .x-brand img { width: 300px; padding-top: 10px; }Hope it helps
Joao
August 4, 2016 at 4:02 pm #1117868
JW & Co.ParticipantI think it will have to do. I may revisit it in a few days if I have time.
Thanks,
JoshAugust 4, 2016 at 9:36 pm #1118313
Rue NelModeratorAwesome! Please let us know how it goes.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1115465 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
