Archived topic
Tagline & scroll to top button
3 replies · Started by Simone on October 19, 2018
Hey there,
ok here we go: with your great support I was able to build my website in my most prefered design - THANK YOU!!
Unfortunally I lost my "Scroll-to-top" Button, maybe you´ll have a look on https://mamamagie.de
Second:
Is there any possibility with css to place the tagline UNDER the header logo?
Thank you, happy weekend & enjoy this colorful autum ;)
Simone
Hi there,
that's great to hear, we're glad to help. And thats a great looking site :)
1. I assume the Back to top is activated in the Customizer > layout > footer? If it is then could you try disabling the cookie banner?
2. You can use this CSS to re-order the Site Header:
.inside-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.site-logo {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
Hi David,
YOU MADE MY DAY!! It looks simply fantastic in that way!!!
And UUUPS, I really forgt to activate the button, so my fault, sorry.
Thank you!
(Do you think this cookie banner could cause any issues???)
Thats great, nope the cookie banner will be fine :)
Glad to be of help