0
Hi there,

I would like to ask ask if there was any way that the title of the article could be all on one line (see attached image 01) and the title "B1 - What tenancies and licences mean".

However, clicking on this title brought up an access error (see attached image 02). This was surprising because I am logged into the backend as a Super User.

Could I have some help with these two issues please. Neither are hugely important, but I would like them fixed if at all possible.

Many thanks,

Dave.
Responses (3)
  • Accepted Answer

    Sunday, August 07 2016, 07:38 PM - #Permalink
    0
    hi,

    this will link to the frontend, so you need to be logged in in the frontend as well...

    you can show the title in one line with some CSS adjustments.

    the class name is: span.item_name

    you can increase its width to avoid this. for example:

    span.item_name{
    width:300px;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Monday, August 15 2016, 12:18 PM - #Permalink
    0
    Hi Germinal,

    Sorry for the delay in replying - I've been away on holiday.

    Where do I put the CSS please, so it doesn't get overwritten with a component update? I've got an custom.css file for the frontend, but I don't know how to do this in the backed.

    Many thanks again,

    Dave.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, August 16 2016, 09:05 AM - #Permalink
    0
    in the backend you can put it in any CSS file too..
    for example in /administrator/templates/isis/css/template.css
    The reply is currently minimized Show
Your Reply