Issue With Flexsqueeze and Breadcrumb Navigation

10 replies
  • WEB DESIGN
  • |
A friend of mine has installed Flexsqueeze 1.5 on her Wordpress blog (version 3.3). She has also installed the Breadcrumb NavXT plugin to add breadcrumb navigation showing the visitor's path to their current location.

By default with Flexsqueeze, this navigation shows up in a strip between the header and main body of the blog.

She has asked me to help because no matter how she tweaks the Flexsqueeze settings, the site border breaks on either side of the Breadcrumb navigation strip.

I've spent hours today tweaking all the margin settings/combinations/options in her Flexsqueeze setup, but nothing works.

Can anyone here help?
#breadcrumb #flexsqueeze #issue #navigation
  • Profile picture of the author RobKonrad
    Blog address please?

    Cheers,
    Rob
    Signature
    ================================================== ===
    This blog is awesome: http://www.robkonrad.com/blog. Read it.
    ================================================== ===
    {{ DiscussionBoard.errors[5251793].message }}
    • Profile picture of the author AnniePot
      The blog is in maintenance mode, so it cannot actually be seen. I could ask my friend if I could make it viewable for a short time, but her plan is to keep it unviewable until it's correct.
      {{ DiscussionBoard.errors[5254392].message }}
      • Profile picture of the author AnniePot
        I've tried to set up a border for the plugin in the stylesheet, but Flexsqueeze provides a designated area to set up any custom CSS code and there isn't a 'selector' in the listed theme CSS selectors to use. :confused:
        {{ DiscussionBoard.errors[5255119].message }}
  • Profile picture of the author Istvan Horvath
    try adding left/right borders to the .breadcrumb class (the same way as the content div has)

    It worked for me in Chrome when using "inspect element"
    Signature

    {{ DiscussionBoard.errors[5255520].message }}
    • Profile picture of the author AnniePot
      Thanks Istvan, I'll try that.
      {{ DiscussionBoard.errors[5255536].message }}
  • Profile picture of the author Istvan Horvath
    On a second test: add ONLY left and right borders (for me it looks better)
    2px solid black

    AND

    a right-margin: -4px;
    (yes, minus)
    Signature

    {{ DiscussionBoard.errors[5255676].message }}
    • Profile picture of the author AnniePot
      Originally Posted by Istvan Horvath View Post

      On a second test: add ONLY left and right borders (for me it looks better)
      2px solid black

      AND

      a right-margin: -4px;
      (yes, minus)
      Just returned to find your update..

      I've added the following to the style sheet and the right margin is off:

      .breadcrumbs {clear:both;background-color: #F0EBE3;color: #000000;font-size: 15px;padding: 20px 30px 10px 15px;font-weight: normal;
      border-top: 0px;
      border-right: solid 2px #000000;
      border-bottom: 0px;
      border-left: solid 2px #000000;
      }


      I'll now go back and follow your latest directions...

      Again, thanks
      {{ DiscussionBoard.errors[5255738].message }}
      • Profile picture of the author AnniePot
        My css changes are now:

        .breadcrumbs {clear:both;background-color: #F0EBE3;color: #000000;font-size: 15px;padding: 20px 30px 10px 15px;font-weight: normal;
        border-top: 0px;
        border-right: solid 2px #000000;
        border-bottom: 0px;
        border-left: solid 2px #000000;
        }
        .breadcrumbs a right-margin: -4px;
        }


        But the right margin still isn't in line.. So close.

        Anne
        {{ DiscussionBoard.errors[5255769].message }}
  • Profile picture of the author Istvan Horvath
    .breadcrumbs {clear:both;background-color: #F0EBE3;color: #000000;font-size: 15px;padding: 20px 30px 10px 15px;font-weight: normal;
    border-right: solid 2px #000000;
    border-left: solid 2px #000000;
    margin-right: -4px;
    }
    Signature

    {{ DiscussionBoard.errors[5255777].message }}
    • Profile picture of the author AnniePot
      Originally Posted by Istvan Horvath View Post

      .breadcrumbs {clear:both;background-color: #F0EBE3;color: #000000;font-size: 15px;padding: 20px 30px 10px 15px;font-weight: normal;
      border-right: solid 2px #000000;
      border-left: solid 2px #000000;
      margin-right: -4px;
      }
      That did it...

      Thanks so much, and don't worry, I'll tell Beth I couldn't have fixed it without you.
      {{ DiscussionBoard.errors[5255932].message }}

Trending Topics