MyBB Community Forums

Full Version: Calendar Fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Calendar Templates > calendar.

2. Find:

{$headerinclude}:

3. Add afterwards:

<style type="text/css">
.trow2 , .trow1 , .trow_sep
{
	width : 50px !important;
}
</style>

4. Change 50px to whatever works for you.
Edit : not seen faviouz's response .. Smile

may be we have to modify some elements class in a couple of calendar templates ..

lets wait for an expert to suggest a better solution - OR work with some changes
for "trow1" --> "caltrow1" , "trow2" --> "caltrow2" & "trow_sep" --> "caltrow_sep"
& modify earlier css code
I was considering changing the class name in the calendar template, as suggested by ranjani, but there were too many instances of trow1, trow2 and trow_sep, so it's easier to just add the CSS on the calendar page. Smile
Thanks so much to both of you. Smile
Pages: 1 2