• Resolved Chris.V

    (@chrisv234)


    Hi,

    I am using the Rife Theme with the gutenberg editor, however, I am not able to create a full width column. In other themes when you select a gutenberg column you have the options wide/full width. In Rife theme this option is missing. Is there any way I can override this? I do not wish to use Elementor or other additional plugins.

    Regards,

    Chris

    • This topic was modified 1 year, 10 months ago by Chris.V.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Hello Chris ??

    I am not doing any support for the gutenberg editor in the Rife theme.

    I suspect that support for this option requires a lot more than just enabling “feature”, like creating additional styles in the theme.

    With kind regards.
    Air

    Thread Starter Chris.V

    (@chrisv234)

    Yes, this feature does require additional CSS. However, the solution in my case was pretty simple. I will write it down for future reference. I managed to add a full width column option on gutenberg editor with the following steps:

    a) Create a custom snippet or add to your functions.php the following:

    add_theme_support('align-wide');

    b) Add the following CSS (customize it according to your needs)

    	.alignfull {
    		margin: 32px calc(50% - 50vw);
    		max-width: 100vw;
    		width: 100vw;
    	}

    Regards,

    Chris

    Theme Author apollo13themes

    (@apollo13themes)

    Great. Thanks for sharing!

    PS. I am not sure if it will be a solution for everyone situations, but hopefully, it will come in handy for someone ??

    With kind regards.
    Air.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No full width option on gutenberg columns’ is closed to new replies.