Logo In Topbar
-
Love the theme. I am using it only site: https://theTVPage.com.
I recently followed the steps in this forum to add my custom logo to the topper. Looks GREAT. But…
It does not show up on mobile or when I make the window too small.
(In fact, the whole topper collapses and goes away).
Have I done something wrong?
This is the custom CSS doe I am using:
#nav-topbar .nav li.topbar-logo a,
#nav-topbar .nav li.topbar-logo a:hover {
display: block;
background-image: url(‘https://thetvpage.com/wp-content/uploads/logo-5.png’);
background-color: black
background-repeat: no-repeat;
text-indent: -9000px;
padding-top: 10px;
width: 242px;
height: 30px;
}Also, the topper sticks to the top of the window when viewing on my Mac, but when I look at it on an iPad, it scrolls out of view.
Is there a way to make it stick on mobile devices?
- The topic ‘Logo In Topbar’ is closed to new replies.