• Resolved jmesiere

    (@jmesiere)


    Hi everyone,

    I’m using inspiro template for my website but with mobile device, I have 2 issues, and I didn’t find why yet…

    First, I have a blank space between my footer and my last group in other words between “Retrouvez nous” and “Nos creations”

    Second, my picture for “Gaufre salee” come before the text, but if I change the position, with a desktop will be no longer at the right of the image.

    If someone could me with that,

    Thank you in advance,

    Jérémy

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @jmesiere

    To remove the gap above the footer, add the following code to Appearance -> Customize -> Additional CSS:

    @media screen and (max-width: 40em) {
    	.page .entry-content, .single .entry-content {
    		margin-bottom: 0px;
    	}
    }

    As for the content sections order, this is not something handled by the theme. The block editor should provide options for re-arranging the mobile layout. However, these options are not available at the moment. Maybe you can use a plugin that provides blocks with settings for mobile devices.

    Thread Starter jmesiere

    (@jmesiere)

    Hi @inamoro thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile experience’ is closed to new replies.