Helix Ultimate - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate

PS

Patrick Scheu

Helix Framework 3 years ago

Hi, Is it possible to have Text and Logo slogan on two lines.

<div class="row" style="position: relative;"> <!-- Logo --> <div id="sp-logo" class="col-auto"> <div class="sp-column"> <span class="logo"><a href="/alex_j4/">Alex</a></span><span class="logo-slogan">Professional Guitarist and Teacher - London</span>
</div> </div>

Changing div class <div class="sp-column"> to <div class="row"> does it, but how can I modifiy that.. or is it another way to do it?

Thanks a lot.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #79712

Hi Patrick,

The main question is this extra logo text you need for SEO purposes or just as part of Design?

If 2nd answer.

Maybe use

.logo a::after {
  content: "Professional Guitarist and Teacher - London";
  display: block;
  font-size: 15px;}

foto_8709_2022.png

but "Professional Guitarist and Teacher - London" keep as logo ALT.

0
PS
Patrick Scheu
Accepted Answer
3 years ago #79773

Thanks Paul ! works fine with you custom css

0