Title: Alignfull
Last modified: April 6, 2019

---

# Alignfull

 *  Resolved [cleforweb](https://wordpress.org/support/users/cleforweb/)
 * (@cleforweb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/alignfull/)
 * 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](https://wordpress.org/support/users/cleforweb/)
 * (@cleforweb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/alignfull/#post-11398701)
 * 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](https://wordpress.org/support/users/fahimmurshed/)
 * (@fahimmurshed)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/alignfull/#post-11407440)
 * 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.

 * ![](https://ps.w.org/qubely/assets/icon-256x256.jpg?rev=3158185)
 * [Qubely - Advanced Gutenberg Blocks](https://wordpress.org/plugins/qubely/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qubely/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qubely/)
 * [Active Topics](https://wordpress.org/support/plugin/qubely/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qubely/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qubely/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [FahimMurshed](https://wordpress.org/support/users/fahimmurshed/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/alignfull/#post-11407440)
 * Status: resolved