New Landing How can we help? Themeforest Theme Support Dante mobile site logo placement

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #140162
    altious
    Member
    Post count: 180

    Hi,

    so i setup mobile responsive enable and when accessing it in my smartphone the logo seems to be aligning so close to top with the menu as well. Is there a way to make it align lower or change option regarding that

    thanks

    #140167
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us your site url so we can check if it’s possible to achieve with css code?

    -Rui

    #140168
    altious
    Member
    Post count: 180
    This reply has been marked as private.
    #140303
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 768px) { 
    #header-section #header {
      padding-top: 20px;
    }
    }

    – Kyle

    #140754
    altious
    Member
    Post count: 180

    thanks it fix the top padding
    i was wondering the height of the bar? what’s the default? because it doesnt seem proportionate now

    #140783
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s the height of your logo plus 20px top and bottom

    – Kyle

    #140983
    altious
    Member
    Post count: 180
    This reply has been marked as private.
    #141109
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 767px) { 
    .col-sm-4.logo-left {
      margin-bottom: 20px;
    }
    }

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 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