PDA

View Full Version : Share More Pro - Spacing



Mondi
03-29-2012, 03:56 PM
Heya Joe -

Trust you're well..

Quick one; could you give me a few pointers on how to change the spacing around the Share More Pro bar, as shown in the attachment?

Currently, things look a bit cramped; would like to give it more air --

190

Hope the pic makes clear what I am trying to achieve here.

Thanks for your response in advance mate!

Mondi

BirdOPrey5
03-30-2012, 07:08 AM
Mondi-

If you only want this extra space in the CMS add the following code to your vbcms.css template in the template editor:



.bop5share {
padding-top: 10px;
padding-bottom: 10px;
}


Put it at the very bottom of the existing template code.

if you want extra space everywhere put it in the additional.css template instead.

I added it to the CSS here in the default style so you can see how it looks: Test Article Link.

Mondi
03-31-2012, 03:49 AM
Cool - Gonna try right now.

Thanks Joe!