More Theme Logo Linked in Blank Area

More Theme Logo Linked in Blank Area

by David Weeks -
Number of replies: 2

Site Version: 2.8.3

Theme: More

We have added a custom logo to our installation of Moodle using the More theme. It works great but area to the right of the logo is being linked just like the logo itself. Is there a way I can limit the area the link is created within. It is very problematic because users are constantly accidentally clicking in the area and taken away from the page they are working on.

Average of ratings: -
In reply to David Weeks

Re: More Theme Logo Linked in Blank Area

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

This problem as been fix recently in Moodle 2.9 as an Improvement

However, you can restrict the width by adding the width of your logo in the More Custom CSS much the same as how you added the height.

For example:

a.logo { height: 150px; width: 450px;}

Hope that helps?

Mary