HOW TO ADD A LOGO ON THE PRIMARY HEADER BESIDE THE NAVIGATION MENU
-
Hi Everyone,
I am new to wordpress. I would like to put my logo beside the primary navigation menu on the header but my theme does not support it. I was wondering what i can tweak on the CSS in order to achieve it.
1. I want it to look like galmeetsglam.com or garrypeppergirl.com where their logo names are on the top left.
2. To also tweak the css so that the header stays visible even if the viewer scrolls down same as the two websites mentioned earlier.My current theme is this: https://demo.gretathemes.com/eightydays/ and it has been quite challenging for me to find all the css codes without prior knowledge about it.
Any help would be appreciated.
The blog I need help with is: (visible only to logged in users)
-
<?php
/**
* The header for our theme.
* This is the template that displays all of the <head> section and everything up until
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
* @package EightyDays
*/?>
>
“>
itemscope=”itemscope” itemtype=”http://schema.org/WebPage”>
‘menu-1’,
‘container’ => ”,
‘menu_class’ => ‘top-bar-menu’,
‘menu_id’ => ‘top-bar-left-menu’,
) );
?></div><!– .top-bar –>
<header id=”masthead” class=”site-header” itemscope=”itemscope” itemtype=”http://schema.org/WPHeader”>
- The topic ‘HOW TO ADD A LOGO ON THE PRIMARY HEADER BESIDE THE NAVIGATION MENU’ is closed to new replies.