Tagged: x
-
AuthorPosts
-
June 7, 2016 at 2:04 pm #1030440
alex5252ParticipantWhen my screen size reaches 675px and my logo goes to the upper right hand corner I am no longer able to click on it to get to the home page.
Here is the page that shows the issue: https://molitorfarms.com/pasture-poultry/
June 7, 2016 at 2:05 pm #1030444
alex5252ParticipantThis reply has been marked as private.June 8, 2016 at 12:33 am #1031281
ChristopherModeratorHi there,
Please find this code :
@media (max-width: 675px) and (min-width: 500px){ a.x-brand { display: block !important; height: 65px; width: 65px; margin: -75px -60px 0px 10px !important; } }And update it to :
@media (max-width: 675px) and (min-width: 500px){ a.x-brand { display: block !important; height: 65px; width: 65px; z-index: 1030; position: relative; } .x-topbar { width: 70%; float: right; } }Hope it helps.
June 8, 2016 at 7:07 am #1031688
alex5252ParticipantThank you for the reply. I inserted that code, but it did not change anything. Any other suggestions?
June 8, 2016 at 11:03 am #1032140
alex5252ParticipantNevermind, I figured it out
June 8, 2016 at 11:43 am #1032214
JoaoModeratorGreat to hear it.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1030440 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
