Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I wanted to know how I can put the title of the site and the description next to the logo, (as in the image)
http://www.lateliergraphic.com/home/demo_01.jpg
and is it possible to hide the points and change the arrows by my own icons?
Thank you in advance for your help,
best regards
S.
Hi, thanks for posting your question.
To confirm, you’ve enabled the North settings to display the site title, logo, and tagline and are now looking to adjust the alignment?
Hello Andrew,
thanks for your reply, yes it’s that.
actuelly i have this :
http://www.lateliergraphic.com/home/demo_001.jpg
but I would like this if possible :
http://www.lateliergraphic.com/home/demo_002.jpg
Thank you again for you time Andrew
Best regard
Thanks for clarifying. This is a small custom development task. If a few users request this change, we can log and complete it as a feature enhancement. Unfortunately, this isn’t small enough to fit in within our free support scope. The easiest way to achieve this change is probably to wrap the site title and tagline in a div before targeting the three elements with Custom CSS to change the alignment. The entire logo function can be copied into a child a child theme functions file or used via Code Snippets: https://github.com/siteorigin/siteorigin-north/blob/develop/inc/template-tags.php#L10-L42. We can assist with tasks of this nature within our premium support scope where the budget allows it.
Hello Andrew,
thank you for your answer, I understand your position, I just think it would be useful on the North theme to be able to use only an image logo and to be able to write the text next to it for more ease and perhaps even referencing, better graphic rendering . (if one day you make this update let us know :) ! )
In any case, thank you for the help you have given me throughout my research, I also thank you for offering this theme (and others) for free, which I really like for its design and its facilitated with a page builder that I find simple and beautiful! (personally I hate Gutenberg)
I hope to develop my activity, to be one day one of the donors who will allow siteorigin to live!
Thanks again.
As Steve Jobs often said one more thing :
I tried this type of CSS to get the rendering I wanted, my question is this goes against the theme’s features? Could this be a problem?
#masthead .site-branding {
padding-right: 0px;
}
#masthead .site-branding img {
margin-right: 10px;
}
#masthead .site-branding .logo-site-title {
vertical-align: top;
padding-top: 5px;
}
#masthead .site-branding .site-description {
vertical-align: top;
margin-top: 0px;
margin-bottom: 0px;
display: inline-block !important;
}
.site-description {
text-indent: -193px;
padding-top: 28px;
}
Thanks again.
Best regard
S.
Thanks for your feedback and understanding; it’s most appreciated. I’ve passed on your title and tagline alignment request.
CSS has a very limited impact. I’ve checked the CSS you mentioned above and haven’t spotted in issues.
Thanks for your support.
Cheers, Andrew
Thank you very much !
best regard,
S.