Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @cassu,

    Thanks for choosing Neve!

    This doesn’t seem to be a bug. I checked the page you provided and it looks like the first section with the drone image (circled with red in the screenshot below) doesn’t have the alignwide property set, so it will be displayed on the entire width of the screen, while the second section with the drone image (circled with green in the screenshot) has that property and it is displayed as I understand you want to – screenshot. You should set the alignwide option for the sections where you want it by opening the editor, clicking on a section, clicking on the “Change alinment” button from the bar that appears above the section and choosing “Wide width” from the dropdown, as you can see here.

    Have a nice day!

    Thread Starter Casper L?nnqvist

    (@cassu)

    Hey somehow this didn’t send my recent reply, sorry. But yeah i finded the solve for that this setup fixed it https://ibb.co/bFHrQT3. But now I am with another problem https://ibb.co/sFRzDgZ there is no empty space in mobile you can see it in the left side. And this is only when using cover. Thank you for help ??

    Hello @cassu!

    It’s possible to add some space there on mobile devices by adding the code below in the Additional CSS section within the Customizer.

    @media(max-width: 768px){
    .wp-block-cover.alignfull.has-nv-dark-bg-background-color.has-background-dim {
        padding: 1em !important;
    }
    }

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Neve theme cover block align full page bug container width’ is closed to new replies.