- Posts: 8
- Thank you received: 0
How do you change the Left tab area?
-
shokti
Inactive member - Topic Author
- New Member
Less
More
9 years 10 months ago #44258
by shokti
How do you change the Left tab area? was created by shokti
Hi,
suppose you have tab written as Popular News on the left and you want to add "announcement" but the word gets hidden. How to you increase that tab area to show Announcement. Thanks
suppose you have tab written as Popular News on the left and you want to add "announcement" but the word gets hidden. How to you increase that tab area to show Announcement. Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44260
by ivan.milic
Replied by ivan.milic on topic How do you change the Left tab area?
We would need to see outcome on live page to see what to change
Please Log in to join the conversation.
-
shokti
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
9 years 10 months ago #44262
by shokti
Replied by shokti on topic How do you change the Left tab area?
The site is
www.mirza-abbas.com/
. Look at the tab with announcement.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44264
by ivan.milic
Replied by ivan.milic on topic How do you change the Left tab area?
In template_css.css after this:
#tabs > ul > li {
display: block;
height: 40px;
line-height: 40px;
float: left;
width: 25%;
text-align: center;
outline: none;
}
add this:
.mp_left #tabs > ul > li{
width: 50%;
}
#tabs > ul > li {
display: block;
height: 40px;
line-height: 40px;
float: left;
width: 25%;
text-align: center;
outline: none;
}
add this:
.mp_left #tabs > ul > li{
width: 50%;
}
Please Log in to join the conversation.
Time to create page: 0.141 seconds