Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #897307
    adulthomehealth
    Participant

    I am having issues with spacing after commas within my content. I have been adding extra spaces after the commas but I should have to do this. It will take me forever. Can you tell me how to fix this issue. I haven’t touched this page with extra spaces yet:
    http://adulthomehealthcare.com/services/care-management-service/

    #897813
    adulthomehealth
    Participant

    Also on home page adulthomehealthcare.com for chrome no issue but when viewed on Internet Explorer. The spacing is off for top of content bar with words not being centered vertically 24/7 Support: 619-940-6561 Request a FREE Consultation. How can this be fixed? See attachment.

    Another issue I am noticing with I.E when you first come to the page it opens like the attachment then once you scroll down it corrects itself. See attachment.

    #898087
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. I am not entirely sure about the comma spacing issue. Do you want the space or not? Would you clarify a bit?

    #2. Maybe you are using very older version of IE. Note that IE is already obsolete and dropped by Microsoft itself. So make sure you are using latest version of IE if you still need to use IE.

    Cheers!

    #898701
    adulthomehealth
    Participant

    1. yes I do want the space to be there after the comma.

    2. I have version 13.1 version from year 2015

    #898956
    adulthomehealth
    Participant

    Also notice spacing between words with some menu items have no space and should. See Huntington’s spacing issue.

    #899646
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    body {
        word-spacing: 10px !important;
    }

    Adjust the word-spacing as per your need. Let us know how this goes!

    #899715
    adulthomehealth
    Participant

    Will this spacing also apply to the menu item word spacing or do i use another CSS?

    #900659
    Thai
    Moderator

    Hi There,

    To reduce the spacing of the menu items, please navigate to Customize > Header > LINKS – TEXT > change Navbar Letter Spacing (em):

    Hope it helps 🙂

    #901273
    adulthomehealth
    Participant

    Sorry for the confusion. I am referring to the sub menu not the navigation menu.

    #902101
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .desktop .sub-menu li>a {
        letter-spacing: 3px;
    }

    Hope it helps 🙂

    #902342
    adulthomehealth
    Participant

    That doesn’t seem to work. I have it set to 25px and no differences.

    #903239
    Rue Nel
    Moderator

    Hello There,

    Sorry if it doesn’t work out for you. Please update the code and use this instead:

    .desktop .sub-menu li>a {
        letter-spacing: 1px;
        word-spacing: 10px;
    }

    Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-897307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>