Question How to resize/change the "Thanks_Block"

Status
Not open for further replies.

Falcon Capt

Customer
I would like to change the design of the upper stats block, I would like to make it smaller and perhaps horizontal instead of vertical.

thanks_block.jpg

Maybe something more like this (this was photoshopped)

thanks_block-hor.jpg
 
Please open up the dbtech_thanks.css template (found under CSS Templates in the style manager) and customise the CSS there :)
 
This is all that is there regarding the thanks box, doesn't seem like that is all the info needed.

Code:
.dbtech_thanks_box {
	background:{vb:stylevar blocksubhead_background};
	padding:6px;
	margin-top:6px;
	margin-bottom:6px;
	float:{vb:stylevar right};
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
<vb:if condition="$stylevar['textdirection'] == 'rtl'">
	-moz-box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color};
	-webkit-box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color};
	box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color};
<vb:else />
	-moz-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
	-webkit-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
	box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
</vb:if>
}
 
You can customise that CSS template, adding new CSS classes and tweaking that one to get the desired effect. If you don't know how to accomplish this, I would advise you contact your skin developer for assistance.

Unfortunately these sort of customisations fall outside of our support, as they can be quite extensive. In that case, we can only point you in the right direction.

Sorry I couldn't be of more help :(
 
Hello Falcon Capt,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,029
Customer rating
5.00 star(s) 1 ratings
Back
Top