Support » Theme: Hueman » Logo placement not responsive?

  • Hi,

    The placement of the logo looks absolute to me.
    On a mobile device the logo moves below the menu.

    How can i resolve that?

    Regards,

    René

Viewing 1 replies (of 1 total)
  • Hi,

    Apply css property to the “<img>” tag as ” position: relative” and then apply the property as ” top: 13px; left: 15px; ” to set the position of the Logo.

    Example:
    img{
    position : relative;
    top : 15px;
    left : 30px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Logo placement not responsive?’ is closed to new replies.