• Resolved photosakura8

    (@photosakura8)


    I added the PHP script [flexy_breadcrumb]. The webpage now has the breadcrumb text at the LHS of the screen when displayed on a PC. How can I move the breadcrumb more to the right on a PC display? It is already OK on a smartphone display.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @photosakura8,

    Yes, you can change the position of the breadcrumb trail from left to right. You just have to add the following CSS snippet in your activated theme’s style.css file.

    .fbc-page .fbc-wrap .fbc-items{
    float:right !important;
    }

    Thanks for reaching us out.

    Let us know if you need our further assistance.

    Regards,
    PressTigers

    • This reply was modified 7 years, 9 months ago by PressTigers.
    Thread Starter photosakura8

    (@photosakura8)

    PressTigers, Thanks for your reply. The float:right works as advertised, but this is not exactly what I need. The real problem is how the page looks on a widescreen PC monitor (16:10 aspect ratio). The Main web page is centered left-right on the screen, leaving wide blank columns on the left and right. The breadcrumbs are all alone (on the left for float:left or on the right for float:right). The viewer might not even notice them.

    Plugin Author PressTigers

    (@presstigers)

    Hello @photosakura8,

    For this, you have to drop the shortcode where you want to show the breadcrumb trail and have to make beautify as per your site structure.

    Let us know if you need our further assistance.

    Thanks & Regards,
    PressTigers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move breadcrumb text more to the right’ is closed to new replies.