css change for the mail box messages in my account

?action=download&hash=rtLpgr7VWc

I was asked if I knew how to change this as the text clears the background picture i wasn't sure if it was something i had done as i have custom templates but it appears that this is a common css fault

to fix open common.css in the base template folder css/common.css around line 944

.notify_message .smallShortInfoUnit {
font-size:9px;
width:72px;<<<<<<<<<<>>>>>>>>>>>>>>>>>change this to 90px
}

?action=download&hash=scYYqesS6r

 


thanks for asking as this was some thing i have been meaning to sort out my self

ps if all of your templates are the same you might try changing this by adding the above into your temp_uni common.css file this should over ride all of your templates ......

happy thoughts

capt.jpg · 33.8K · 748 views
change css.jpg · 35.2K · 662 views
Quote · 6 Mar 2011

... or simply try to increase the 2nd column width within your Admin Panel -> Builders...

mailbox.jpg · 151.8K · 366 views
Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 6 Mar 2011

I think you will find that if the text is over flowing as in the first picture it over laps what ever the width of your columns but you can adjust the column widths so all of the white boxes are in one neat row

 

 

happy thoughts

Quote · 6 Mar 2011

In the file templates/tmpl_xxx/css/general.css

change

.infoUnit{line-height:16px;margin:4px 0px;padding-left:20px;position:relative;width:150px;}

to

.infoUnit{line-height:16px;margin:4px 0px;padding-left:20px;position:relative;width:180px;}

mailbox

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 6 Mar 2011

as you see even with the page as one column the text is still out of whack ?action=download&hash=jcBDDBmLJ3

and your reply with a css change sort of supports this fact never mind i am sure you make a point of correcting your corrections ...and if using more than one template it is best practice to put your change in the uni template css .. instead of changing all templates base css ..

 

happy thoughts

nouploadlink2_0002.jpg · 47.9K · 621 views
Quote · 6 Mar 2011

Changes you made in templates/tmpl_uni/css will affect only uni template.

Changes made in templates/base/css will affect all templates if not overriden by tmpl_xxx css...

Most of the time, the best to do is to edit file(s) in each tmpl_xxx css folder.

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 6 Mar 2011

BackgroundHow do i change the background in the uni template,who fail or  image in question?

Bacground.jpg · 120.2K · 367 views
Quote · 30 Mar 2011

As difficult to get help here for anything!!!!!!!!!!,i can not believe............

Quote · 2 Apr 2011

didnt quite understand your question ?

do you want to change the background picture ?

 

As from the picture it looks like your site has moved to the right ?

 

common.css


body {
background-color: #FFFFFF;
background-image: url("../images/yourimageand path here.jpg");
place the above into css 
color: #333333;
font-family: Verdana,Arial;
font-size: 11px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 50px;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
as for help it can take months :O)
Quote · 2 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.