Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #379977

    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

    #380118

    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

    #380122

    may i use only Breadcrumbs without Header Title in my web site. ?

    #380127

    Hi!

    Sure, please add following code to Quick CSS

    .title_container .main-title { display: none !important; }

    Best regards,
    Yigit

    #384314

    Thanks for the reply Yigit,

    Didn’t work for me though?

    Thanks

    Andrew

    #384430

    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

    #384859

    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

    #384872

    ok, I have turned off minify css and cleared all caches but it still does not work?

    Thanks

    Andrew

    #384873

    By the way, I am not getting any email updates about forum posts, is there a problem?

    #384875

    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

    #384889

    Hi!

    Please change the code to following one

    @media only screen and (min-width: 990px) {
    .breadcrumb-trail {
    padding-left: 50px;
    }}

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.