Tagged: x
-
AuthorPosts
-
January 12, 2017 at 7:13 pm #1328046
oap5432ParticipantI have placed the revolution slider between the top bar and the main navigation bar ( reference: https://community.theme.co/forums/topic/place-revolution-slider-between-the-topbar-navbar/ ). However, the top bar overlaps on the slider instead of pushing it down.
What is the css change that is required to achieve that?January 12, 2017 at 11:09 pm #1328298
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 13, 2017 at 1:53 pm #1329122
oap5432ParticipantThis reply has been marked as private.January 13, 2017 at 6:05 pm #1329291
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.x-topbar { position: absolute; width: 100%; background: transparent; border: 0; }Hope this helps.
January 14, 2017 at 1:55 pm #1330100
oap5432ParticipantUnfortunately, I tried but it did not work. The top bar has a height of 50px; I would like the revolution slider to move down 50px from the top so that the top bar does not overlaps.
January 14, 2017 at 11:20 pm #1330490
ChristopherModeratorHi there,
Upon checking your site, I don’t see overlapping issue.
Please see the attachment.
Please clear cache and check again.Thanks.
January 15, 2017 at 8:28 am #1330799
oap5432ParticipantThank you for your help. I cleared the cache but the overlap is there. I am attaching screenshot.jpg (no top bar) and screenshot2.jpg (with top bar).
January 15, 2017 at 4:16 pm #1331124
RadModeratorHi there,
Please change this CSS
.x-topbar { position: absolute; width: 100%; background: transparent; border: 0; }to this
.x-topbar { position: absolute; width: 100%; background: transparent; border: 0; top: 0; } .site { padding-top: 46px; }Hope this helps.
January 16, 2017 at 8:57 am #1332060
oap5432ParticipantIt worked! Thank you very much for your help. Now, if I want to change the height of the topbar (or the top padding) just for mobile, what should I do? Thank you in advance.
January 16, 2017 at 9:13 am #1332076
JoaoModeratorHi There,
Please add the following code to Appereance > Custonmizer > Custom > CSS
@media (max-width: 767px) { .x-topbar .p-info { background: none; } .x-topbar { padding: 20px; } }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1328046 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
