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

    Hi,

    I would like to align my breadcrumbs to the left side, please help.

    #717732

    Hey dennishaarman,

    Try adding this code in your Quick CSS (located in Enfold > General Styling):

    #top .title_container h1.main-title.entry-title {
        float: left;
        margin-right: 20px;
    }
    
    #top .title_container .breadcrumb {
        border-left: 1px solid #ccc;
        position: static;
        float: left;
        height: 36px;
        line-height: 36px;
        margin-top: 0;
        padding-left: 20px;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #717773

    It works, thanx! One more thing: the breadcrum is now also on the left on a mobile screen but it is hidden under the menu….

    #718161

    Hey!

    Try adding this code in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #main {
        padding-top: 82px !important;
      }
    }

    Let us know if it helps :)

    Cheers!
    Nikko

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