Home Forums Trusted Pro Hide Featured Services on mobile deives

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5279
    Philip Buchanan
    Participant

    Howdy.

    Just wondering if there is a way to hide the Featured Services section only on mobiles?? Happy to have it on my full size web site, but on mobiles, it is not really suitable for my site.

     

    Cheers.

    Phil.

    #5287
    Yazmin
    Keymaster

    Hi Phil,

    Add this code in Appearance > Additional CSS

    @media screen and (max-width: 768px){
        #featured-post-section{
            display: none;
        }
    }
    #5293
    Philip Buchanan
    Participant

    Thank you – that works a treat!!

     

    Cheers.

    Phil.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Featured Services on mobile deives’ is closed to new replies.