Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Instead of that code, use this code:

    .title-logo-wrapper a:before {
      content: "TechBeLike";
      font-size: 30px;
      display: block;
      float: left;
      position: relative;
      top: 10px;
      padding-right: 14px;
    }

    Thank you!

    Thread Starter wesleydevries95

    (@wesleydevries95)

    @emranemranx Thank you so much! With your help and the following code I was able to make it look like: Image

    .title-logo-wrapper a:before {
      content: "TechBeLike";
      font-size: 30px;
      display: block;
      float: right;
      position: relative;
      top: 10px;
      padding-right: 14px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Place Logo next to title’ is closed to new replies.