Tagged: x
-
AuthorPosts
-
June 13, 2016 at 1:00 pm #1040032
DMONAHANParticipantHi. I had to update the theme to the newest version since the upgrade wasn’t automatic since that wasn’t available at the time. As expected the theme changes and override a few things. The one area that I am struggling the most to get back from the previous site originally as you can see the screenshot attached. I am looking to have the logo overlap the slide on the homepage, where it showing the gray box and the white box is overlapping the slide.
June 13, 2016 at 1:02 pm #1040039
DMONAHANParticipantThis reply has been marked as private.June 13, 2016 at 3:06 pm #1040233
JoaoModeratorHi There,
Please switch this CSS code:
.x-navbar{ height:120px; }For this:
.x-brand img { margin-bottom: -120px; }Hope it helps,
Joao
June 14, 2016 at 9:08 am #1041428
DMONAHANParticipantThis reply has been marked as private.June 14, 2016 at 12:00 pm #1041714
ThaiModeratorHi There,
Please add the following CSS:
.x-navbar.x-navbar-fixed-top .x-brand img { width: 100px; height: auto; margin-bottom: 0; }Hope it helps 🙂
June 14, 2016 at 12:48 pm #1041797
DMONAHANParticipantThanks that works for the desktop, but its not working for mobile. Is there another css that is needed for all mobile devices?
June 14, 2016 at 3:30 pm #1042054
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 500px) { .x-brand img { width: 50%; margin-bottom: 0px !important; } }Hope that helps,
Joao
June 15, 2016 at 8:17 am #1043176
DMONAHANParticipantThis reply has been marked as private.June 15, 2016 at 11:24 am #1043510
RupokMemberHi there,
Thanks for writing back. You can add this under Custom > CSS in the Customizer.
.fullwidthbanner-container .fullwidthabanner { overflow: visible !important; }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1040032 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
