• How can I this css make work? I need a padding in the home page because the pictures dont have any margin in the right side (only on mobile)

    @media only screen and (max-width: 769px){.post-2708 {padding-right:20px;
    	}
    	}

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @sacconi,

    Thanks for reaching us,

    In-order to add the margin value for the image of the homepage, please use the following CSS Code:

    @media only screen and (max-width: 769px){
        .page-id-2708 .wp-block-image{
            margin-right:20px;
    	}
    	}

    Note: You can increase the Margin Right value depending on your site requirement.

    Let me know if this helps you or not and I will get back to you.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a padding on mobile home page’ is closed to new replies.