Text in Department List

How can I get the text to look like how it is in Internet Explorer on Chrome and Firefox. Thanks for any help or advise.

Attachment 26843

7 answers

jonathonlee 0.00 $tone April 3, 2013
Public

I would but its on a private server which means I can’t give it out. That’s why I posted a image

#2
HeR0 0.00 $tone April 5, 2013
Public

Sorry, your issue is unique, So we cannot help you more unless you provide your site info.

I would but its on a private server which means I can’t give it out. That’s why I posted a image

#3
optimus74 0.00 $tone May 18, 2013
Public

Hello, I have the same problem on chrome, firefox and internet explorer: when text is large it appears on top of the icons. I will provide the link by private message.

I would be very grateful if you could help me HeR0.

#4
optimus74 0.00 $tone May 18, 2013
Public

Hello again HeR0, did you get my private message? I have sent you a private message but my "sent folder" shows that I have 0 messages.

#5
HeR0 0.00 $tone May 20, 2013
Public

Hi Optimus,

Open file /templates/ja_university/css/template.css and find
line 9

Code:

#ja-topsl1 .main {
border-bottom: 1px solid #efece1
padding: 30px 0;
}

change it to

Code:

#ja-topsl1 .main {
border-bottom: 1px solid #efece1
padding: 30px 0 0;
}

The seconds, you find

Code:

ul.department-list li {
background: none;
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 120px;
height: 110px;
}

then change it to

Code:

ul.department-list li {
background: none;
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 120px;
height: 145px;
}

Hope this helps.

Regards

#6

This question is now closed

Written By

Comments