Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • aldyf Friend
    #206967

    Dear JA Developer and everybody out there.

    When i access my website from my cell phone, there is a strange appearance on footer. There is a slash character ( / ).

    This is my website: http://beta.menaranews.com

    How can i remove the slash character?

    Thank you very much.


    1. WEBPAGE_20150605_091608
    Pankaj Sharma Moderator
    #573072

    Hi
    The Slash are to separate the items in the small views . In the demo only social icons module is for small devices .
    You can the same there , Its normal as per design.
    Let me know if you want to remove them i will suggest you some changes for this .

    Pankaj Sharma Moderator
    #738105

    Hi
    The Slash are to separate the items in the small views . In the demo only social icons module is for small devices .
    You can the same there , Its normal as per design.
    Let me know if you want to remove them i will suggest you some changes for this .

    aldyf Friend
    #573126

    Hi @pankajsharma

    Yes, i want to remove them. Show me the how to.

    Thank you very much.

    aldyf Friend
    #738159

    Hi @pankajsharma

    Yes, i want to remove them. Show me the how to.

    Thank you very much.

    Pankaj Sharma Moderator
    #573131

    Hello
    You can remove it by adding below code in custom.css file

    @media (max-width: 992px) {
    .t3-spotlight .nav > li:after {
    display:none!important; }}

    But i suggest you to use / because its working as separate and after remove it it will look bit ugly as my point of view .
    like this >> http://prntscr.com/7dplrj

    aldyf Friend
    #573133

    Hello

    Thank you very much.

    Like as you said, it looks bit ugly.

    How about white space character?

    Pankaj Sharma Moderator
    #573139

    <em>@aldyf 476803 wrote:</em><blockquote>Hello

    Thank you very much.

    Like as you said, it looks bit ugly.

    How about white space character?</blockquote>
    Hello can u provid a screenshots and some more details about white spspace char.
    So i can assist you better.

    aldyf Friend
    #573171

    Hello

    I mean, change the slash character (/) with whitespace character (spacing).

    Sorry i dont have any screenshot yet.

    Pankaj Sharma Moderator
    #573205

    Hello
    Remove the old code that u added in custom.css and add the below code

    @media (max-width: 992px) {
    .t3-spotlight .nav > li:after {
    content :" "!important; }}

    Hope it helps.

    aldyf Friend
    #573206

    Hello

    It looks better from my point of view

    Thank you very much.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  aldyf 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum