Quote:
Originally Posted by sticky
Changing .fullwidth from 100% to 98% in vbcms.css did the trick! Nice suggestion, thank you.
Now the question I have is do you have any idea how to do the same for the header?
|
Hmm it's either what I see in the code as:
Code:
<h1 class="header">
Or
Code:
<div class="title">
So perhaps overwriting them in additional.css will do the trick with your 98% width and remember for the header class to use the h1 tag in the definition when defining it else it will mess up the actual main "header" class instead of the H1 version of it

.