Tagged: x
-
AuthorPosts
-
October 9, 2016 at 7:06 am #1208763
ChristopherModeratorHi there,
Please add this code :
.x-brand { position: relative; z-index: 99999; }Please edit topbar content and add
pan mbnin section class field.Hope it helps.
October 9, 2016 at 7:20 am #1208773
Oliver VParticipantHello!
Logo “clickable” is fixed now.
However, I don´t understant your last suggestion: “Please edit topbar content and add pan mbn in section class field.”This is what I have in my topbar content: Recibe GRATIS novedades
Additionally, I have seen that the first post is “half displayed”, probably because the nav bar is too low. Here you see the screen: http://prntscr.com/crnq8e
Let me know. Thanks!
Oliver
October 9, 2016 at 4:00 pm #1209117
RadModeratorHi there,
Please add this CSS as well, this should fix the two issue.
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } @media ( min-width: 768px ) { .x-topbar { min-height: 90px; } .x-topbar .x-section { margin: 0px !important; padding: 0px !important; float: right; margin-top: 5px !important; width: 70%; } }Hope this helps.
October 9, 2016 at 5:01 pm #1209144
Oliver VParticipantHello!
Much, much better! Great. We only need to align now the top bar as you can see here: http://prntscr.com/cruo41
Thanks!
oliver
October 10, 2016 at 12:16 am #1209383
RadModeratorHi there,
Please change that CSS to this,
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } @media ( min-width: 768px ) { .x-brand { margin-bottom: 10px; margin-top: 0px; } .x-topbar .x-section { margin: 0px !important; padding: 0px !important; float: right; margin-top: 5px !important; width: 70%; } }Cheers!
October 10, 2016 at 10:15 am #1210053
Oliver VParticipantHey!
Many many thanks!
Almost done! As you can see here http://prntscr.com/cs47nc we are almost there… The only thing we need to move is the “Recibe GRATIS novedades” fields which is located in the top bar content in the customizer.
Would it be maybe easier to add it in the _topbar.php we added before?
Thanks!
Oliver.
October 10, 2016 at 11:15 am #1210131
RupokMemberHi there,
Let’s add this as well within the media query :
.x-topbar .p-info { position: absolute; right: 450px; top: 10px; }That is the above code should be updated as below :
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } @media ( min-width: 768px ) { .x-brand { margin-bottom: 10px; margin-top: 0px; } .x-topbar .x-section { margin: 0px !important; padding: 0px !important; float: right; margin-top: 5px !important; width: 70%; } .x-topbar .p-info { position: absolute; right: 450px; top: 10px; } }Hope this helps.
October 10, 2016 at 3:44 pm #1210464
Oliver VParticipantGREAT!
Everything looks amazing now.
We only need to prepare the responsive view. As you can see here http://prntscr.com/cs90fd some work needs to be done.
In order to view it properply in mobile, I think we should have:
1. Line 1. Centered text: ¿Quieres recibir nuevas Ideas GRATIS?
2. Line 2, centered text too: Suscription form.
3. Line 3: Logo and line and underneath the Menu buttom from UberMenu.Thankssssssss!!!
October 11, 2016 at 1:18 am #1210979
Paul RModeratorHi,
For 1,2 & 3
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 768px){ .x-topbar .p-info { text-align:center; position:static; width: 100%; } .x-topbar .x-section { clear: both; width: 100%; float:none; overflow:hidden; text-align:center; } .x-navbar .x-brand { width: 100%; margin-top: 0; text-align:center; } .x-navbar-inner { float: none; clear: both; width: 100%; overflow: hidden; min-height: 60px; } }Hope that helps.
October 11, 2016 at 2:35 am #1211059
Oliver VParticipantHello!
Many thanks! Much better.
However, I am missing the suscription form. See http://prntscr.com/cse8br And later have in the same line Logo and Menu Icon.
For your info, I have this code in my cusotomizer to reduce logo size en mobile view:
@media only screen and (max-width: 979px) {
.x-navbar .x-brand {
width: 150px;
}Thanks!!!
Oliver.
October 11, 2016 at 4:49 am #1211192
ChristopherModeratorHi there,
please find and remove this code:
.x-topbar { max-height: 70px; }Add this code :
.x-topbar-inner.x-container.max.width .x-section { padding: 0; margin-bottom: 0; }Hope it helps.
October 11, 2016 at 5:07 am #1211214
Oliver VParticipantHi!
The issue with the topbar is now solved!
Now, we only need to fix the logo and the Menu. See http://prntscr.com/csftkg
I think it would be a good idea to have in same line logo (smaller) and Menu. As well remove menu black line… Is it possible?
In addition, the menu doesn´t show the options. They are below the Featured post slider…
Thanks!!
Oliver.
October 11, 2016 at 8:16 am #1211385
LelyModeratorHi Oliver,
Please try this:
@media (max-width: 768px){ .x-brand img { width: 138px; float: left; } .ubermenu-skin-white { float: right; border-top: none; margin-top: -86px; border-bottom: none; } }It also showing when I check. See attached screenshot.
October 11, 2016 at 9:44 am #1211533
Oliver VParticipantHello!
Styling now is perfect!
However, I have seen your attachment and the Menu is showed… Not in my case….
In mobile or PC, both cases, when I press the “Menu” is like pressing the logo. It reloads the page always, does not show the menu options…
Any idea?
Thanks!
Oliver.
October 11, 2016 at 1:08 pm #1211840
NicoModeratorHi There,
Please try to add this in the custom CSS:
.ubermenu-responsive-toggle { padding: 25px 20px; }And before checking again, clear site and browser cache.
Let us know how it goes.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1206682 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
