Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1399985
    chuankai86
    Participant

    Hi,

    I want to set a different row padding for “desktop” and “mobile” version.

    Now, I have set padding for the desktop site but when it is viewed in mobile, I want the padding removed. How do I set that?

    http://bridgingfunding.com/

    Cheers

    #1400126
    Friech
    Moderator

    Hi There,

    Please point us the ROW that you’re referring to. We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you.

    #1400169
    chuankai86
    Participant

    Hi,

    the row with the slider and the cs_icon_list.

    #1400220
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    @media (max-width: 767px) {
    	.home #x-section-1 {
    		padding-right: 5px !important;
    		padding-left: 5px !important;
    	}
    }

    Feel free to adjust the 5px value.

    Cheers!

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