Urgent help needed in Essential theme

Urgent help needed in Essential theme

от Aditya Dubay -
Количество ответов: 8

Hi,

Essential is very nice theme but I need to fix one thing in it. When it shows course title it break it in two rows as it uses on 40% of its area.

It look very odd and I wish to set it 100%.

This 40% I seached from firebug but unable to find it on code.

please plase plase plase help me.

Regards

Aditya

Приложение essentialcourses.png
В ответ на Aditya Dubay

Re: Urgent help needed in Essential theme

от Gareth J Barnard -
Изображение пользователя Core developers Изображение пользователя Particularly helpful Moodlers Изображение пользователя Plugin developers

Hi,

I just tried to replicate and the issue is not in Essential 2.6.2 (Build: 20131205).

Cheers,

Gareth

 

В ответ на Aditya Dubay

Re: Urgent help needed in Essential theme

от Bas van Kollenburg -
В ответ на Bas van Kollenburg

Re: Urgent help needed in Essential theme

от Mary Evans -
Изображение пользователя Core developers Изображение пользователя Documentation writers Изображение пользователя Peer reviewers Изображение пользователя Plugin developers Изображение пользователя Testers

It is nothing to do with blocks this is simply a CSS setting that only allows the course heading to display at 40% of the normal width allocated to a header.

It was changed in 2.6 but remains the same in 2.5. I was trying to change it but failed in my attempt.

I may as well reopen the tracker and fix it in 2.5.

В ответ на Mary Evans

Re: Urgent help needed in Essential theme

от Mary Evans -
Изображение пользователя Core developers Изображение пользователя Documentation writers Изображение пользователя Peer reviewers Изображение пользователя Plugin developers Изображение пользователя Testers

I have just submitted a patch to improve the look of that heading in MDL-43258 so if you want it to happen you better VOTE for it!

The fix I added is...

.coursebox > .info > .name {width: auto; float: left}

Thanks and Good Night