Needs review
Project:
BlueMasters
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
28 May 2011 at 03:54 UTC
Updated:
31 Aug 2012 at 11:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
Deepika.chavan commentedHi,
Take a backup of the style.css file. And modify the code in stye.css file as given below to get more than 5 tabs in one line:
1. line no - 77
2. line no- 73
3. line no-270
Please clear cached data.
HTH !!
Rgrds,
Deepika Chavan.
Comment #2
GrindcoreVlad commentedThanks Deepika,
Works like a charm.
Comment #3
knight_47 commentedThanks so much, you're a lifesaver!
Comment #4
gtsopour commentedComment #5
gtsopour commentedComment #7
macman91 commentedHi,
I have tried this code but under ver 7x-1.2 the css file has changed and once inserting the code into the areas I think it should go it doesn't drop the menus below each other. Can you please review this and advise me of where to insert the code on ver 7x-1.2
Thanks.
Comment #8
mohan_kumar29 commentedHi,
Use following:
#navigation {
display:block;
float:right;
margin:10px 0 0 10px;
width:650px;
}
In place of:
#navigation {
display:block;
float:right;
margin:10px 0 0 10px;
overflow:hidden;
width:650px;
}