Goshee Customer Jan 11, 2013 #1 Hi! Okay I was wondering if there was any way to increase the margin on the postbit. Here is an example. What it is like now -------> What I want it to look like I need to get the Likes stat in line with everything else, any help would be appreciated!
Hi! Okay I was wondering if there was any way to increase the margin on the postbit. Here is an example. What it is like now -------> What I want it to look like I need to get the Likes stat in line with everything else, any help would be appreciated!
Fillip H. Staff member Owner Developer Jan 11, 2013 #2 The template that holds the wrapper for the stats is dbtech_thanks_postbit - I don't know how specifically to do what you need it to do so that's the best I can give you as far as pointers unfortunately
The template that holds the wrapper for the stats is dbtech_thanks_postbit - I don't know how specifically to do what you need it to do so that's the best I can give you as far as pointers unfortunately
Goshee Customer Jan 11, 2013 #3 Thanks I managed to figure it out, I'll share the code in case anyone else might find it useful. In the template: Template: dbtech_thanks_postbit Simply add this line of code to the very top of the template Code: <div style="padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px;"> Then add this code to the very bottom of the template Code: </div> You can change the values of "0px;" to whatever you want.
Thanks I managed to figure it out, I'll share the code in case anyone else might find it useful. In the template: Template: dbtech_thanks_postbit Simply add this line of code to the very top of the template Code: <div style="padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px;"> Then add this code to the very bottom of the template Code: </div> You can change the values of "0px;" to whatever you want.