Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1116544
    ckola
    Participant

    hi guys,

    how can i change my font size for mobile, what is the custom CSS, also when i upload my text for mobile it seems to be on hover and there is a big circle in the middle how do i get rid of it.

    Also how do i make my navbar on mobile fixed and sticky?

    are there custom css for all this?

    my website is westsidecg.com

    #1116771
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please check your entire custom css here: http://csslint.net/ first. It contain some syntax errors.

    Then add this custom CSS

    @media (max-width:  480px) {
    		.rev_slider .tp-caption, .rev_slider .caption {
    		font-size: 60% !important;
    	}
    		.x-navbar-fixed-top {
    	    position: fixed;
    	    z-index: 1030;
    	}
    }

    Hope it helps, Cheers!

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