Pique theme: Logo Site title in the same row
-
Hello. I want to know if it is possible in pique theme to set logo and site title horizontal. css to change please?.
Also how to set the logo inside the nav bar.
Thank you.The blog I need help with is: (visible only to logged in users)
-
Hi there, we can do this, with the following CSS. At less than 768px in width when the title and tagline disappear, the design returns to the original with the logo centered above the menu.
@media screen and (min-width: 768px) { .site-branding { max-width: 450px; margin-left: auto; margin-right: auto; position: relative; right: -40px; } .site-logo { position: absolute; left: 0; } } -
-
- The topic ‘Pique theme: Logo Site title in the same row’ is closed to new replies.