HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

my logo is not appearing in mobile view

Hi. i'm a newbie here.. how do i add a logo ?

Comments

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    edited October 2017

    @Aimi86

    Welcome to the community.

    The full site and the mobile site have different themes by default.

    You can either:

    try to set your full site theme as the mobile theme, by adding (or editing) this line in config.php

    $Configuration['Garden']['MobileTheme'] = 'nameoftheme';

    (Where the theme name matches your full site theme name.)

    However, your main theme may not be optimal for mobile use, so if you do this I'd suggest doing it in a testing environment, to see how it looks.

    Alternatively, you can create your own mobile theme (this is a lot easier than it sounds.)

    Copy the mobile folder in themes, and rename it to what you want.

    Make changes in custom.css in the design folder, or in the default.master file in views.

    Edit the about.php file so that the theme name exactly matches the folder name.

    The mobile theme you have made should now be available for selection via the dashboard.

Sign In or Register to comment.