• I’m having trouble with bread crumbs. The names are written as one word. Need to add a space, how can I do that? And so on all pages.
    Here is the code which I gave at the topic.

    And tell me please, I have a website implemented in 2 languages. Now the text Center Veterinary care is displayed in 2 versions, what a review can do the translation?

    <ul class=”bread-crumb”>

    • <?php _e(‘Центр Ветеринарного Обеспечения’); ?>
      <div class=”breadcrumbs”>
      <?php if(function_exists(‘bcn_display’))
      {
      bcn_display();
      }?>
      </div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    It looks like your style.css has a too generic property for .post at line 2416 that floats it left, which causes the anchors to float left of the separators.

Viewing 1 replies (of 1 total)

The topic ‘Problems with space’ is closed to new replies.