Tagged: x
-
AuthorPosts
-
June 13, 2016 at 2:24 pm #1040166
Eric MParticipantWould like to have the breadcrumbs show up on the left side of the title bar, directly under the page title.
what is the css to accomplish this?June 13, 2016 at 2:35 pm #1040183
Prasant RaiModeratorHello Eric,
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.
Thanks.
June 14, 2016 at 2:32 pm #1041979
Eric MParticipantThis reply has been marked as private.June 14, 2016 at 3:08 pm #1042011
Eric MParticipantsecond thought. We would like to remove the shop name and float the breadcrumbs to the left by themselves
June 15, 2016 at 1:54 am #1042768
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-landmark { display: none; } .x-breadcrumbs-wrap { text-align: left; }Hope that helps.
June 15, 2016 at 3:03 pm #1043870
Eric MParticipantdidnt work
June 15, 2016 at 8:45 pm #1044414
RadModeratorHi there,
I can see that it works, unless, you mean by the left is right? Would you mind providing a mockup design of your preferred design?
Thanks!
June 16, 2016 at 10:48 am #1045372
Eric MParticipantsorry, what i meant by didnt work is that the page title is still visible on mobile devices
June 16, 2016 at 12:00 pm #1045510
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 767px) { .x-landmark-breadcrumbs-wrap .x-landmark, .x-landmark-breadcrumbs-wrap .x-breadcrumbs-wrap { display: none !important; } }Hope it helps,
Joao
June 17, 2016 at 5:41 pm #1047626
Eric MParticipantThat got rid of the breadcrumbs too. Needed just the page title. Breadcrumbs are fine
June 17, 2016 at 10:49 pm #1047992
Rue NelModeratorHello There,
Do you want something like this?

If this is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-header-landmark .x-landmark-breadcrumbs-wrap { displat: block; } .x-header-landmark .x-landmark, .x-header-landmark .x-breadcrumbs-wrap { float: none; width: 100%; display: block; } .x-header-landmark .x-breadcrumbs-wrap { margin-top: 10px; }We would loved to know if this has work for you. Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1040166 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
