Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1099750

    Dear Enfold Team,

    I added Breadcrumbs to pages, where my header is transparent via your suggested shortcode

    But now this breadcrumb is on the left side. Is there a way to have them on the right side, as automatically on the pages with intransparent header?

    Thanks in advance

    #1099856

    Hey Michaela,
    Thanks for the link, but when I look at your site it seems your breadcrumbs are to the right, is this resolved?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1102222

    Hi Mike,

    no, it is not solved. What you see is the breadcrumbs in the subcategories, where I don’t use the transparent header. But please check for example the home page, that I linked in my first post. There you see that “Startseite” is on the left side.

    Best regards
    Michaela

    #1102244

    Hi Michaela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .breadcrumb {
        float: right;
    }
    

    Please give us the page where the breadcrumb trail is long so that we can see if it needs to be adjusted more.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1102277

    Hi Victoria,

    great, it works. You can still see it on the home page of the website.

    Is there also a chance to set the colour of the breadcrumb in white – as the rest of the navigation?

    Best regards
    Michaela

    #1102389

    Hi Michaela,

    Please try this CSS as well to make your breadcrumbs white:

    .avia-breadcrumbs span, .avia-breadcrumbs span a {
      color:#fff;
    }

    Best regards,
    Rikard

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