Hello,
My breadcrumb seems to have gone out of alignment since I updated the enfold theme, it now goes too far off
to the left?
Any ideas
Thanks – Andrew
Hi awilson3rd!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.breadcrumb-trail {
padding-left: 50px;
}}
Cheers!
Yigit
may i use only Breadcrumbs without Header Title in my web site. ?
Hi!
Sure, please add following code to Quick CSS
.title_container .main-title { display: none !important; }
Best regards,
Yigit
Thanks for the reply Yigit,
Didn’t work for me though?
Thanks
Andrew
Hi Andrew!
Please disable CSS minifying feature and flush browser cache and check your website once again. Code is currently not being applied due to CSS minifying feature.
Best regards,
Yigit
I will give it a try but I have other code in the custom css that is being applied with the CSS minify feature on so whats the
difference?
Thanks
Andrew
ok, I have turned off minify css and cleared all caches but it still does not work?
Thanks
Andrew
By the way, I am not getting any email updates about forum posts, is there a problem?
ok, I think the problem is with the media width:
@media only screen and (max-width: 990px
When I set it to 2000 it is ok, so what should the correct setting be for desktop in general?
Thanks
Andrew