- Posts: 23
- Thank you received: 0
change titles box size
-
ole
Inactive member - Topic Author
- Member
Less
More
13 years 2 months ago #11664
by ole
change titles box size was created by ole
Hello,
as you can see in my page www.ole.lu the titles box (right) is a bit bigger (higher) than the image and text box (left) where can I change the size so that they have all the same hight??
thanks
as you can see in my page www.ole.lu the titles box (right) is a bit bigger (higher) than the image and text box (left) where can I change the size so that they have all the same hight??
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11673
by ivan.milic
Replied by ivan.milic on topic Re: change titles box size
Use module parameter :
"The Height of the images"
"The Height of the images"
Please Log in to join the conversation.
-
ole
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
13 years 2 months ago #11740
by ole
Replied by ole on topic Re: change titles box size
Hello Ivan,
thanks for the asnwer. Unfortunatelly the hight of the images affects only the image and the image text box but not the titles box. So I still have the same problem
see www.ole.lu
thanks for the asnwer. Unfortunatelly the hight of the images affects only the image and the image text box but not the titles box. So I still have the same problem
see www.ole.lu
Please Log in to join the conversation.
-
ole
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
13 years 2 months ago #11741
by ole
Replied by ole on topic Re: change titles box size
Hello again Ivan,
I think that my problem could be solved changing the px here:
Featured li.ui-tabs-nav-item a
line hight: 42px
but where do I find this line??
thankx
I think that my problem could be solved changing the px here:
Featured li.ui-tabs-nav-item a
line hight: 42px
but where do I find this line??
thankx
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11758
by ivan.milic
Replied by ivan.milic on topic Re: change titles box size
open modules\mod_hot_newsflash\tmpl\default.php
you will see:
...
#featured li.ui-tabs-nav-item a {
height:'.floor($tabHeight - 1).'px;
line-height:'.$tablineheight.';
}
...
that variable calculation ($tablineheight) you can find on very begining of that file:
you will see:
...
#featured li.ui-tabs-nav-item a {
height:'.floor($tabHeight - 1).'px;
line-height:'.$tablineheight.';
}
...
that variable calculation ($tablineheight) you can find on very begining of that file:
Please Log in to join the conversation.
Time to create page: 0.241 seconds