Question CometChat and vBNotifications

Status
Not open for further replies.

Alan_SP

Customer
I just checked, there's a thread with problem with CometChat and vBNotifications, but it doesn't solve what I want to achieve.

I would like to rise vBNotifications bar about 30 or so pixels from bottom of screen, so it doesn't collide with CometChat bar. Could you tell me where is CSS that places vBNotifications bar at the bottom and how to rise it a bit, so these two mods doesn't colide.
 
Find the template, dbtech_notifications.css and in there find:

Code:
.dbtech_notif_box {
	position: fixed;
	left: 0%;
	bottom: 0%;
	vertical-align: middle;
	height: auto;
	background: {vb:var vboptions.dbtech_notifications_bar_background};
	border: 1px solid #b3a6a6;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1000;
}

Change the line bottom: 0%; to bottom: 1%; and experiment from there. You can also use fractional values like 1.4%
 
Thanks, this is exactly what I needed.

I think that this will also work in pixels, not just percentage.
 
Status
Not open for further replies.

Similar threads

Legacy vBNotifications

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
520
Customer rating
0.00 star(s) 0 ratings
Back
Top