I want to show all 4 icons horizontally on mobile.

  • This topic has 2 replies, 2 voices, and was last updated 5 years ago by KimSiwon. This post has been viewed 893 times
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10038771
    KimSiwon
    Participant

    I want all 4 ‘icon-featured’ to be displayed horizontally on mobile.
    There are currently two visible.
    I’d appreciate it if you could tell me how to make it look 4 horizontally on both PC and mobile.


    #10038773
    Support
    Keymaster

    Hello, you can reduce the size of the tabs on mobile, adding this:

    (css/custom.css)

    @media (max-width: 991px) {
    
    	.tabs.tabs-simple .nav-tabs > li .nav-link,
    	.tabs.tabs-simple .nav-tabs > li .nav-link:hover,
    	.tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    		padding: 0;
    	}
    		
    	.tabs.tabs-simple .featured-boxes-style-2 .featured-box .icon-featured {
    		font-size: 1em;
    		height: 35px;
    		line-height: 35px;
    		padding: 0;
    		width: 35px;
    		margin-top: 0;
    	}
    
    }

    Let me know if you have any questions.

    Kind Regards,

    Jonas


    #10038776
    KimSiwon
    Participant

    Thank you very much for your prompt support.


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.