Thank you for the reply. The link to the page I am working on is: http://iSuccess.tv
The top row/element in the body is a raw html iframe code. I would like that element to be wider than the other rows below.
Is that possible?
Hi,
Unfortunately I can’t see an easy way of doing that as modifying the width of the main container would cause other issues with other elements so you would have a lot to customize.
Also noticed while checking your site that you use the 4.1.3 version of Visual Composer plugin so please update it to the latest version which you can find in the plugin folder that came with your theme files and use this guide to do it right: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Sorry for the inconvenience!
Thanks for the message!
Hi,
You can use this class of the Visual Composer RAW Html element: http://screencast.com/t/3Zm6ZDhYCqw
.wpb_raw_html iframe {
place your style here..
}
Or since you have added the iframe using raw html code the you can edit that code and add it into a container with a unique class.
Unfortunately either way you will need custom work for this and if you don’t know how to do it yourself we suggests to get someone to do it for you.
Hope this helps!
Thanks