First, I apologize for not understanding when you clearly said ‘left sidebar’. I’m thought you were talking about the default page sidebar, not a vc added one. Yes, there is definitely a gap. My title is in the correct location, so yours not being correct has nothing to do with that gap.
The issue is that its getting a 40px padding-top from the .sidebar css rule which is also used for the page sidebar. So basically, you’re getting what looks like a double 40px padding, but you’re not really. Its just that the top is defined from the left container instead of the content container. There’s several ways to fix this. For example
1 – Edit the widgetised sidebar.
2 – Add ‘vc_sidebar’ to the Extra class name
3 – Save
4 – Click on the <>CSS button and add
.vc_sidebar { padding-top: 0; }
(or alternatively you can add it to your child style.css if you will using this on more than one page.)
Again, keep in mind that the wigetised sidebar is contained in the left content area, so you’ll still have some padding on the top compared to the main page sidebar on the right (if you have your page set up that way), but it will be top aligned with other content in that div. (hope that makes sense).
As far as your title issue goes, mine is printing in the correct location when your page code. I’ve tried it with the boxed and wide layout settings in Theme Options as well as Full-Width and Right Sidebar templates. Is this the only page where the title gets out of whack?
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com