I am having a tough time to add a long text (h1 or h2) line just under the logo and the menu that will cross the header (from left side of the header to its right side - the full width) . It will be part of the header but it will have its own background color and and text color. (A kind of header bar)
The text I am planning to put there is:
<b>{jrCore_lang skin=$_conf.jrCore_active_skin id="63" default="Header Text"}</b> -
<a href="?set_user_language=en-US"><img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/flags/us.png" alt="US" title="English US"></a>
<a href="?set_user_language=es-ES"><img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/flags/es.png" alt="ES" title="Spanish"></a>
</div>
I have already created the language string and I have been trying to add the code to the header.tpl but I can't get the text right under the logo and the menu. Either is getting displayed next to the logo or either under menu, not under both as a line break.
Also I can't find where in the Skin "Style" Tab of the Clone skin (from Elastic), I can edit the style.
Can someone help me achieve this. Where exactly in the header.tpl should I add the code and what css code (style) should I add?
I would like to show the same bar/text on mobile/tablet device. (I am not using the site Builder)
Thanks in advance.
updated by @pch: 09/30/16 12:31:44PM