Alignment of the course description

Alignment of the course description

by Marcelo Alexandre -
Number of replies: 2

I am testing the plataform and when i create the course with an image to the left and then the text in the frontpage the course show like this

--------------------------------------------------------

Course name

                                                     /  IMAGE/ Descrtiption of the course

-------------------------------------------------------

 

I need the course in the frontpage look like this

 

------------------------------------------------

Course name

/IMAGE/     Description, information, bla,blabla

------------------------------------------------

 

It seems that the layout saves a lot of space to hold files to the left and even when i do not upload a single one the space is left in blank.

 

Any idea how i can fix it?

 

Sorry for my bad english, my natal tongue is spanish

PS: i am using 2.5.1 version, i am adding the error.png file that shows the descriptions as is right know

Attachment error.png
Average of ratings: -
In reply to Marcelo Alexandre

Re: Alignment of the course description

by Christian Herman -

You can adjust it with CSS.  I'm using the Formal White theme, but I believe the course list rendering is fairly similar from theme to theme.  Add the following to the custom CSS box at Site Administration > Appearance > Theme > [your theme].

.courses .content { clear: right; }

.coursebox .content .summary, .coursebox . content .coursecat { width: 95%; float: left; }

In reply to Christian Herman

Re: Alignment of the course description

by Padmanabhan G -

Hi,

Did adding the CSS to the theme work? I am trying something similar - to make the course summary left aligned, but it is not working. I am on moodle 2.8.5+