Tagged: x
-
AuthorPosts
-
November 9, 2016 at 2:07 pm #1250567
liveandperform614ParticipantBefore I explain what’s happening, here’s a screenshot of how it looks like : http://img15.hostingpics.net/pics/791004Screenquestionforum.png
It is pretty simple, on tablet or big mobile devices, when I am oppening the menu, it just slides to the bottom like this, I’d like tout know the CSS code to correct that !
Of course, I want the menu to be just under the top bar when it’s open without any blank space.November 9, 2016 at 2:08 pm #1250568
liveandperform614ParticipantThis reply has been marked as private.November 9, 2016 at 6:42 pm #1250810
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
@media (max-width: 979px) { .x-navbar { transform: inherit; margin-top: 48px; } }Hope this helps.
November 10, 2016 at 3:14 pm #1252294
liveandperform614ParticipantIt worked perfectly thank alot goodjob !
Last thing that I can’t figure out by myself is :
When you open the website, then you progressively reduce the window manually (to go through all the different sizes), the first transition to “mobile mode” makes the mobile menu centered which is a big problem that I’d like to correct, when you continu to reduce the window, then, it goes back to normal : what I would like to happen as soon as it switches to mobile mode (mobile menu on the right) so it’s only that small part that I’d like to correct !
And to add to the problem, on that part, text logo and social icons are not vertically centered anymore !
What code can I use to correct that part without affecting the others sizes?Thank you alot, Hope it’s clear !
Best regards.November 10, 2016 at 10:31 pm #1252774
Paul RModeratorHi,
Thank you for the clarifications.
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 1100px) body .x-btn-navbar { float: left; } body .x-brand { width: 100%; text-align: center; clear: both; float: none; margin-bottom: 20px; } }Hope that helps.
November 21, 2016 at 7:00 pm #1266232
liveandperform614ParticipantIt worked perfecly thank you !
Another little problem, here’s the code then I’ll explain the goal :.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
background-color: none;
color: #d3dbe5;
-webkit-transition: all 0.2s ease-out;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;}it alows me to make a transition with the hover color, it comes in 0,2s and then it’s less agressive !
I want to add a transition when the color is fading away (when you’re not over the text anymore) too but i’m unable to find how by myself, can you help me?best regards !
November 21, 2016 at 11:01 pm #1266411
NicoModeratorHi There,
Happy to hear that it is worked perfectly.
Try adding this code above.
transition: all 3s ease-out;adjust the seconds to achieve the best result you want.
Let us know how it goes.
Thanks.
November 22, 2016 at 4:56 am #1266663
liveandperform614ParticipantDidn’t do anything, sorry ! (like if I didn’t change anything)
What would be the whole code?Thank you !
November 22, 2016 at 5:04 am #1266668
ChristopherModeratorHi there,
Please add this block of code :
.x-navbar .x-nav-wrap .x-nav > li > a { transition: all 3s ease-out; }Hope it helps.
November 22, 2016 at 6:03 am #1266696
liveandperform614ParticipantIt’s just perfect ! Thank you alot !
The X THEME service is just wonderful !November 22, 2016 at 6:05 am #1266698
FriechModeratorGlad we could help, please feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1250567 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
