• Hi There

    I’m trying to create a template for the live composer plugin gallery with full width put the your theme doesn’t allow full width how do I assign the full width to my template?

Viewing 1 replies (of 1 total)
  • Theme Author vladff

    (@vladff)

    Hi,

    If you want to hide the sidebar for the single galleries you can just use this code in a custom CSS plugin:

    .single-dslc_galleries .content-area {
          width: 100%;
    }
    .single-dslc_galleries .widget-area {
          display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Full Width Template’ is closed to new replies.