|
#11
|
|||
|
|||
|
Tole I have a ticket regarding problem in FireFox and it's been days can you take a look at it?
Basically in FireFox my Flag mod display got messed up, so did some other layouts. In IE it seems ok except the footer seems much thicker (I had to change it from 60 to 30 to make it thinner). |
|
#12
|
|||
|
|||
|
Quote:
__________________
regards, Tole Put the zip in your script! http://www.modstogo.com If you have a question or an issue please don't PM me. Open a helpdesk ticket for support. http://www.modstogo.com/support/ HS/CH Mods,Installs and Customization Check out the new store front.... |
|
#13
|
|||
|
|||
|
Thanks! I have some other tickets for you. Basically they are some work requests. Do you have time to take them on?
|
|
#14
|
|||
|
|||
|
Yeah, we'll check it out. Thanks
__________________
regards, Tole Put the zip in your script! http://www.modstogo.com If you have a question or an issue please don't PM me. Open a helpdesk ticket for support. http://www.modstogo.com/support/ HS/CH Mods,Installs and Customization Check out the new store front.... |
|
#15
|
|||
|
|||
|
Just updating this thread to give an update but for anyone who has questions, yes it does work the NEO theme.
thanks
__________________
regards, Tole Put the zip in your script! http://www.modstogo.com If you have a question or an issue please don't PM me. Open a helpdesk ticket for support. http://www.modstogo.com/support/ HS/CH Mods,Installs and Customization Check out the new store front.... |
|
#16
|
|||
|
|||
|
Hi Tole,
I upgraded to 3.7.4 from 3.7.2 and the Bar Footer got messed up. I found out that I had to use the original 3.7.2. style.css to make the bar display correctly otherwise the bar only stretches to half of the footer instead full width of the footer. What would be the fix? - this is on plain theme. Also do you have a separate instruction for neo theme? |
|
#17
|
|||
|
|||
|
Looks like changing the body text align:center to auto(as in 3.7.2) resolved the problem:
Code:
body{
background-color : #DFE2E8;
font : 8pt Verdana, Arial, Helvetica, sans-serif;
color : #000000;
text-align : center;
margin:0; padding:0;
}
Code:
body{
background-color : #DFE2E8;
font : 8pt Verdana, Arial, Helvetica, sans-serif;
color : #000000;
text-align : center;
margin:0; padding:0;
}
|
![]() |
| Tags |
| applications, bar, footer, themes |
| Thread Tools | |
| Display Modes | |
|
|