Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Slobodan Manic

    (@slobodanmanic)

    #author-box and #author-info are not CSS selectors we use. You should use .ts-fab-wrapper instead.

    Thread Starter kdh743

    (@kdh743)

    Thanks.
    I tried, but it does not work.
    I changed as follows:
    .ts-fab-wrapper { display: none; }

    I’m using Fancier Author box.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Can you post your website URL?

    Thread Starter kdh743

    (@kdh743)

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Where have you added this code? I don’t see it loading.

    Thread Starter kdh743

    (@kdh743)

    I added the code on my CSS as

    @media (max-width: 776px) {
    #page{clear:both; max-width:600px; !important; padding:0; !important; margin:auto; overflow:hidden; margin-top:15px; margin-bottom:15px;}

    #primary{max-width:600px; padding:0; margin:0 0 0 20px;}
    #banners2 {display:none;}
    #secondary {display: none;}
    #ts-fab-wrapper {display:none;}
    .ts-fab-wrapper {display:none;}
    #ts-fab {display:none;}
    .ts-fab {display:none;}
    #main #content {max-width: 560px; margin:auto; padding: 0;}
    .commentlist {width: 100%;}
    .commentlist > li.comment,
    .commentlist .pingback {margin-left: 50px;width: auto;}
    }

    Thread Starter kdh743

    (@kdh743)

    hi I have resolved this topic.
    Sorry, my site was using cache also for CSS files.
    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How can I remove the author box for the narrow width’ is closed to new replies.