Disable social scroll on small screen

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home USNews HTML Template Disable social scroll on small screen

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2160
    Anosh A
    Participant

    I just purchased this template and need your help for the following

    1. Sample Page: http://themelooks.us/demo/usnews/html/news-single-v3.html
    Right side Social Scroll Menu overlaps over content on mobile devices.
    How can I disable it when template is resized for mobile or smaller screen?

    2. How can I increase the font size or change font in News Single Pages – which css file and class

    #2162

    Hi Anosh,

    Sorry for the inconvenience.

    ## Hiding Sticky Social Menu on Mobile:
    Add the below CSS in the custom.css file:

    @media screen and (max-width: 991px) {
        /* STICKY SOCIAL */
        #stickySocial {
            display: none;
        }
    }

    ## Changing News Single Fonts:
    Add the below CSS in the custom.css file:

    .post--single {
        font-size: 16px;
        line-height: 26px;
    }

    Best Regards,
    ThemeLooks Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
happy hour