New Landing How can we help? Themeforest Theme Support Neighborhood Logo Position on mobile/responsive View

Viewing 6 posts - 1 through 6 (of 6 total)
  • #298983
    cyclenoid
    Member
    Post count: 27

    Hi!

    My Logo is not very well centered on mobile devices (see attachment).

    How can I modify the position to reduce the space on left and top side of the logo.

    Kind regards
    Mario

    Attachments:
    You must be logged in to view attached files.
    #299006
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you add the code below to your custom css option.

    @media only screen and (max-width: 979px){
    #header-section #header {
        padding: 5px 0 0;
    }
    }
    
    @media only screen and (max-width: 479px){
    #logo a:first-child {
        max-width: 60%;
        margin-left: -30px;
        margin-top: -5px;
    }
    }

    Hope it helps.

    -Rui

    #299030
    cyclenoid
    Member
    Post count: 27

    Hi Rui,

    i try the css but no effect…

    Do you have another idea?

    Mario

    #299288
    David Martin – Support
    Moderator
    Post count: 20834

    This should help you:

    @media only screen and (max-width: 979px){
    #header-section #header {
        padding: 0 0 5px 0!important;
    }
    }
    
    @media only screen and (max-width: 479px){
    #logo a:first-child {
        max-width: 60%;
        margin-left: -30px;
        margin-top: -5px;
    }
    }

    What device are you testing that on?

    #299514
    cyclenoid
    Member
    Post count: 27

    Hi David,

    everything is fine now. I don’t now exactly why, but in the meantime I replaced the Logofile.

    Thank YoU!
    Mario

    #299642
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.
    Thanks David

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register