Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 376
user1584103 Avatar asked Dec 04 '22 01:12

user1584103


1 Answers

try your own logo

sonata_admin:
    title:      MyTitle
    title_logo: /bundles/yourbundle/images/logo.png
like image 125
ibasaw Avatar answered Dec 30 '22 11:12

ibasaw