user1584103
user1584103

Reputation: 193

Issues with Sonata Admin Bundle Logo

This is a weird problem I am facing. The Sonata admin bundle logo and the title are displayed on 2 different lines..

My Dashboard

The following are the contents of my config file.

sonata_block:
    default_contexts: [cms]
    blocks:
        sonata.admin.block.admin_list:
            contexts:   [admin]

        sonata.block.service.text:
        sonata.block.service.action:
        sonata.block.service.rss:

sonata_admin:
    title:      MyTitle

Any ideas?

Upvotes: 5

Views: 4846

Answers (1)

ibasaw
ibasaw

Reputation: 513

try your own logo

sonata_admin:
    title:      MyTitle
    title_logo: /bundles/yourbundle/images/logo.png

Upvotes: 19

Related Questions