Reply To: Max width page loading (using VC plugin)

Home Forums Support Max width page loading (using VC plugin) Reply To: Max width page loading (using VC plugin)

Home Forums Support Max width page loading (using VC plugin) Reply To: Max width page loading (using VC plugin)

#169364
Tom
Lead Developer
Lead Developer

Hmm, interesting.

It looks like VC is forcing itself to go full width, but has to wait a second in order to initiate.

Try adding this CSS:

.vc_transform .container.grid-container {
    max-width: 100%;
}

That will make the GP container full width so VC doesn’t have to force it.

Let me know 🙂

  • This reply was modified 8 years, 2 months ago by Tom.