Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi there,

    It’s because your theme sets a maximum width to the page builder.
    You can try to either add the class alignfull to the wpbakey editor row, or use some CSS, such as

    .configurator_is_inline .entry-content > .vc_row.vc_row-fluid.wpb_row {
        --responsive--aligndefault-width: 100%;
    }

    Marc

    Thread Starter nikketrikke

    (@nikketrikke)

    Yes used the CSS in page and seems works thanks
    tried also on mobile…
    WHEN you think ready ADD on for TEXT????
    good job

    Thread Starter nikketrikke

    (@nikketrikke)

    ok thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hi i try to use shortcode but layout seems as mobile’ is closed to new replies.