Jump to content
You are viewing a curated collection of the most significant posts in this topic.

Featured Replies

Posted
With a previous v4.5.x change in recent weeks, the Customization/Theme settings added a new limit to the size of the Logo Image to 100% of the banner. That forces all our themes to reduce the size of the photo to unusable. Is there a way to make the photo larger (increasing the limiter above 100%) or increase the banner size by 4 so that 100% becomes usable again?
 
 
 
 

2.jpg

  • 3 weeks later...

Custom banner image!  I am using a banner that is 1920 px long and it works great! 

 

Custom banner image!  I am using a banner that is 1920 px long and it works great! 

It's not a code specific issue?

@Ehren Thanks for your reply! I'm trying it now... but another problem is that now the User Nav collapses to the "hamburger" menu too soon. I mean, the page isn't even that narrow, and it's already collapsing. And I've no idea where to edit that. Can you advise? Thanks in advance!

@Ehren Well, the absolute positioning code was very helpful. So, thank you!

 

Something like this will do the job..


#elUserNav{
	position: absolute;
	background: rgba(0,0,0,.6);
	border-radius: 4px;
	color: #fff;
	padding: 2px 10px;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
[dir='ltr'] #elUserNav{ right: 0; }
[dir='rtl'] #elUserNav{ left: 0; }

 

Perfect! Thanks!

Recently Browsing 0

  • No registered users viewing this page.