Site logo

Archived topic

how to show logo on the sidebar

3 replies · Started by kanada on April 9, 2021

Viewing posts 1–4 of 4

I have tried this code

@media (min-width: 769px) {
  .site-header {
    display: none;
  }

  .gen-sidebar-nav {
    width: 20%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 1;
    background-color: #010101;
    background-repeat: no-repeat;
    background-position: top center;
    border-style: hidden;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #1a2930;

  }

  .footer-widgets {
    padding-left: 20%;
  }

  .site-info {
    padding-left: 20%;
  }
	
	.gp-icon svg {
    fill: #d6b161;
	}
}

The setting : Costumizer > Layout > Primary navigation > Navigation location > Left sidebar

I want the logo to appear on the sidebar

my site : https://wordpress-253109-1864424.cloudwaysapps.com/

Hi there,

did you resolve the issue ? As it looks like you're using the Sider site which has the Logo in place - let me know

yes, thanks David

Glad to hear that

This archived topic is closed to new replies.