New Landing How can we help? Themeforest Theme Support Uplift Iconboxes do not have any spacing on mobile devices

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Uplift
  • #295098
    oliverr
    Member
    Post count: 123

    Hey guys,
    How do I add spacing for Iconboxes on mobile-devices as shown in the image below?

    Attachments:
    You must be logged in to view attached files.
    #295119
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to your custom css option.
    Adjust the margin bottom value to your desired.

    @media only screen and (max-width: 767px){
    .sf-icon-box-animated-alt .inner{
      margin-bottom: 20px;
    }
    }

    -Rui

    #295173
    oliverr
    Member
    Post count: 123

    Can you pass this to the developer? I think you agree with me, that this looks like something that has forgotten to develop?

    #295262
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    sure no problem.

    -Rui

    #295350
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks, we have fixed for the next update, please add this css:

    @media only screen and (max-width: 767px) {
    	.spb_icon_box >.spb-asset-content .sf-icon-box {
    		margin-top: 30px;
    	}
    	.spb_icon_box:first-child >.spb-asset-content .sf-icon-box {
    		margin-top: 0;
    	}
    }

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register