Tagged: x
-
AuthorPosts
-
May 22, 2016 at 2:36 am #1003628
bedingfieldParticipanthi there,
I am having a couple of problems; when viewing my test site on iPhone in portrait and landscape view my logo is small and not responsive. It stays the same small size all the time.
On the Mega-menu, there is one bug in the menu hierarchy. There is no left margin/padding on the main heading links of the drop-down menu.
I have attached pictures to illustrate this. Any CSS to fix these?
website address is: elyrunners.club
Thank you
May 22, 2016 at 2:38 am #1003631
bedingfieldParticipantLogo items
May 22, 2016 at 2:40 am #1003632
bedingfieldParticipantLogo thats too small and not responsive
May 22, 2016 at 3:17 am #1003649
ChristopherModeratorHi there,
Please find and remove this code from
http://elyrunners.club/wp-content/themes/ERC-Child/style.css?ver=4.4.2.x-nav li:first-child a { padding-left: 0!important; } @media (max-width: 979px){ .masthead-stacked .x-brand.text { font-size: 150%; } }Hope it helps.
May 22, 2016 at 6:57 am #1003779
bedingfieldParticipantHi there,
Thank you for that. The only problem is that if I remove…
.x-nav li:first-child a { padding-left: 0!important; }It breaks my logo and menu alignment. I removed padding-left from first child so the left edge of the menu aligns perfectly with logo edge. You can see how it breaks when above style is removed on the attachment. I just need to keep zero padding on first menu item really.
Any workarounds?
Thank you.
May 22, 2016 at 7:38 am #1003803
ChristopherModeratorHi there,
Please update it to :
@media (min-width:979px){ .x-nav li:first-child a { padding-left: 0!important; } }Hope it helps.
May 22, 2016 at 12:09 pm #1004007
bedingfieldParticipantthanks for that. The logo is not responsive when viewed on smart phones though. Is this possible?
Thank you.
May 22, 2016 at 12:36 pm #1004015
RupokMemberHi there,
Thanks for writing back. I can’t see any logo on your site rather the brand text. So assume you are referring this. However you have set a static font-size (44px) for this that’s preventing this to be responsive on smaller devices.
You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 480px) { .x-brand { font-size: 28px; } }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1003628 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
