Site icon Catch Themes

Catchbase Pro Adjust Header Logo In Mobile View

I added the below code to adjust the logo position on my site which works in desktop view but not in media view on my site http://kentparanormal.com. Can you please assist with the code I need to add to correct this? ************************************************* #site-branding, #masthead, #masthead .wrapper, .sidebar-header-right { padding: 0; } @media screen and (max-width: 990px) { .sidebar-header-right { margin-top: -55px; } } ***************************************************** Thanks
Exit mobile version