Viewing 1 replies (of 1 total)
  • I am having the same problem. The only solution I’ve found is to use the “WP Canvas – Shortcodes” Addon and put the image within [wc_fullwidth selector=””] shortcodes. *Note: there is a bug in the Addon, so you must make the following change for wc_fullwidth to work:

    The error is in wc-shortcodes/includes/css/style.css

    .wc-shortcodes-full-width {
        visibility: hidden;
    }

    must be changed to:

    .wc-shortcodes-full-width {
        visibility: visible;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Image are not full width of post areas’ is closed to new replies.