Breadcrumbs not in line, same for text next to checkbox

Home Forums Legacy Support Support queries Styling issues Breadcrumbs not in line, same for text next to checkbox

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15649
    mitdrissia
    Spectator
    Hi i have the following 2 problems:
    1. Breadcrumbs categories are not on one line, please check screenshot:
    http://prntscr.com/9ip9cy
    1. On the "become instructor" page i can not get the following text next to each other. It breaks at the word "onze" and leaves white spaces. See screenshot: http://prntscr.com/9ipa5f
    How can i fix this? thank you
    #15794
    Anshuman Sahu
    Keymaster
    Needed url of these pages to check and share the fix for the same . Also we are not able to access your site due to security . Can you please disable it so that we can check your site . You can also try deactivating the third party plugins for this .
    #16354
    mitdrissia
    Spectator
    Strange because your collegue could access it before. Only at the start you need to typ the username and password that is specified on the screen.Not sure how to remove that.. Here are the urls:breadcrumb not allign and become instructor page (scroll down)
    #16580
    Anshuman Sahu
    Keymaster
    You have added this css : a:before {     display: block;     content: " ";     margin-top: -90px;     height: 90px;     visibility: hidden; } which is causing this issue . Please remove this css . refer : http://prntscr.com/9ly9fs http://prntscr.com/9ly9m2 YOu can use this css also : a:before {     display: none !important;     content: " ";     margin-top: -90px;     height: 90px;     visibility: hidden;   }
    #17414
    mitdrissia
    Spectator
    it worked fine. thank you. you can close this
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumbs not in line, same for text next to checkbox’ is closed to new replies.