Tagged: , ,

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

    Love the theme! Please supply me w/ the CSS to put the page title on the right and breadcrumbs on the left.

    I got this to work:

    .breadcrumb {
    left: 0;
    }

    But I’m not having any good results with attempting code like:

    #top .title_container .main-title a {
    text-align: right;
    }

    or

    #top .title_container .main-title a {
    right:0;
    }

    Pls help!

    #229279

    OK, I think I may have figured it out. Will this cause any responsive design problems?

    #top .title_container .main-title a {
    position: absolute;
    right: 0;
    }

    .breadcrumb {
    left: 0;
    }

    #229287

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Best regards,
    Yigit

    #229393

    Thank you. Works great!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘swap title and breadcrumb locations’ is closed to new replies.