• Resolved cleforweb

    (@cleforweb)


    Hello,

    excellent plugin.

    However, I have a problem with .alignfull which is not working.

    My theme css which is working for other blocks

    .entry-content .alignfull {
        width: auto;
        max-width: 1000%;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    is owerwritten by Qubely css

    .qubely-section.alignfull {
        margin: 0!important;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    Thank you for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cleforweb

    (@cleforweb)

    It seems that I solved this by adding this code to custom css:

    .qubely-section.alignfull {
        width: auto;
        max-width: 1000%;
    
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
    }

    Thank you.

    FahimMurshed

    (@fahimmurshed)

    Good to hear you solved this.
    Don’t forget to set this status as “resolved”

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