MineCrypt

Customer
Hey, so this is only occurring with the Core template enabled and I'm just trying to find a way to disable it.

Anyways what's happening is when I updated to Core and XenBase 1.4.3 it changed the layout a bit. Everything is fine expect for the fact that when in Core the header scrolls down with the page. It's not really an issue, however on Mobile version it is annoying because it takes up such a large portion of the screen.

Hopefully there's a way to disable it or reduce the size. Showing stuff such as "Watched Threads" and "Recent Activity" is not really needed.

P.S: This only occurs in Core and not in Default or XenBase.

Pictures:
7imD8j0.png

nUEqH2P.png


Thanks
 
Try adding this in extra.css:

Code:
@media (max-width:@maxResponsiveNarrowWidth)
{
#logoBlock { margin-top: 0px !important; }
.Responsive .fixed { position: relative !important; }
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back