Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1070099

    Hello,

    Maybe you know a solution for the following:

    The title + breadcrumbs on 2 rules on page: https://strikerdesign.nl/werk/soul-vibration/
    on a small screen <767px I can’t get it centered. No matter what i try.
    (I think it is the text in ‘breadcrumb breadcrumbs avia-breadcrumbs’)?

    And can you send me the php code to display the breadcrumbs and pagetitel for the archive.php?

    Can you pleas tell me how to?

    Thanks in advance!

    #1070699

    Hey strikerdesign,

    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

    
    @media only screen and (max-width: 479px) {
        .breadcrumb-trail .trail-end {
            margin: 0 auto;
            display: block;
            float: none;
        }
    }
    

    Please refer to the docs

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1071226
    This reply has been marked as private.
    #1072374

    Hi,

    It seems like you have hidden the text using following custom CSS

    span.trail-before {
        display: none !important;
    }

    Have you figured it out? If your question was not about hiding it, please elaborate on the changes you would like to make.

    Best regards,
    Yigit

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