PDA

View Full Version : Postbits


Jaejoong1
09-02-2012, 03:24 AM
How Can I make this postbit
https://vborg.vbsupport.ru/external/2012/09/63.png

Look like

https://vborg.vbsupport.ru/external/2012/09/64.png

I'm aware that the Liked is from vBSeo, but I was wondering how i could set boxes around everything.

Does anyone think they give me the code needed?

ForceHSS
09-02-2012, 01:40 PM
Just some style changes

Lynne
09-02-2012, 04:12 PM
Check the template mods area because I know someone has posted instructions in there.

qpurser
09-03-2012, 06:12 AM
I don't know if it is the best way to achieve it but this is what I did:

Added the following to my "additional.css"
.bppostbit {
margin-top: 2px;
padding: 3px;
background: url(images/SeamusLight/gradients/back6.png) top left repeat;
border: 1px solid #c4c4c4;
}

If you don't want a background inside the boxes remove the url to the image

Then I used in my postbit legacy for each information I wanted to display in boxes:

<div class="bppostbit">
code
</div>