• I use the Heiro theme on my website Sprksports.com and I am trying to insert my logo to the left of my Site title and tagline. But it just replaces it. How can I do this? I have been trying to find out for weeks. Thank you:)
    Hagop

Viewing 1 replies (of 1 total)
  • Hi,https://prntscr.com/7ueb0j
    please follows this link https://athemes.com/forums/topic/logo-and-site-text, those link is for sidney theme but it’s similar with your case:
    – create child theme
    – edit header.php

    if you already done with the instruction within the link, next is you have to add this style code in style.css within your child theme:

    .site-branding img {
      max-width: 150px;
      float: left;
      margin-right: 5px;
    }
    .site-branding .site-title {
      float: left;
      margin-right: 5px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a logo to the left of the Site Title and Tagline’ is closed to new replies.