• Resolved Stanislav Pankov

    (@stanislavpankov)


    Dear All,

    I would like to use full-width blocks just to have different background colors for different block. However, I would like the text in such blocks to be aligned in the same way as it is in the theme. Have no idea how to get it done. Will appreciate any help.

    Example website is three-sisters.ru – I would like to have the same full-width blocks for the background color (but not for the text).

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Perhaps with a first full-width block container for the background
    with inside a second normal-width block container
    at least your preferred blocks inside …

    I’m not sure I understand everything about your need, my English is very limited. Feel free to comment and reformulate if I’m wrong

    This is not something particular to Chaplin, but it is indeed one of the best themes to enjoy Gutenberg without complicated and limiting overlay as elementor.

    open source is collaborative, let’s participate in sharing our best practices

    Thread Starter Stanislav Pankov

    (@stanislavpankov)

    Dear Laurent J.V. Dubois,

    Thank you for you reply.

    You suggested: Perhaps with a first full-width block container for the background
    with inside a second normal-width block container. However, there is no normal-width block container. New container can be either full-width or parent-container size (which is again full-width in our case). And that’s the problem.

    I will put my question this way: If I put two column block inside full-width block – what should be the size of the left column (in %) so that the right column content could be positioned in the same way as the main theme content?

    OR

    What is the left indent of the content container in Chaplin theme?

    Thanks!

    Css are not complicated to learn, especially when it is for small customizations. Enable the developer tool in your browser. Nothing specific to this theme.

    View post on imgur.com

    Chaplin allows you to add custom css (last tab)

    You have some css on your common blocks

    .blocks-body, .blocks-head, .container {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }

    You could apply similar rules on your inside container …
    Maybe other users will be able to help you better.
    Cheers,

    Thread Starter Stanislav Pankov

    (@stanislavpankov)

    Resolved with ultimate blocks plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full-width block with regular text positioning’ is closed to new replies.