Hi,
I am using Vitality template.
Please advise how to insert the company logo on the extreme right of the main menu bar and at the same time hide the company logo in the head carousal.
<?php require("php/layouts/social_icons.php"); ?>
<div id="newmodule">
<jdoc:include type="modules" name="newmodule" />
</div>
.hornavmenu {
position: absolute;
top: 0;
}
h1.logo-text a {
font-size: 40px;
}
@media only screen and (max-width: 1024px) {
#container_hornav {
margin-top: 65px;
}}
@media only screen and (max-width: 1024px) {
#logomenu {
left: 0;
position: absolute;
z-index: 101;
}}