Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362220

    Hello.

    I would like to change the page title and breadcrumbs places. So basically right now breadcrumbs are on the right and page title are on the left.

    Is it possible to switch them around and how? So breadcrumbs would be on the left and page title would be on the right. I need this for all my pages.

    Thank you in advanced.

    #362227

    Hi heinrichvk!

    Thank you for using our theme.

    Can you give us a link to your site so we can see your design?

    Cheers!
    Günter

    #362741
    This reply has been marked as private.
    #362744

    Hi
    I had the same question, could you please give me the answer how to do it? I would really appreciate this.

    #362848

    Hey!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->QuickCSS try to pu the following:

    
    .title_container .main-title{
    float: right !important;
    }
    
    .title_container .breadcrumb{
    float: left !important;
    right: auto !important;
    }
    

    Cheers!
    Günter

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