Rum Runner Entertainment
Active member
OK not sure where you added that, but if it is on block logo style under UI.X Logo style properties group, in the miscellaneous CSS section add this:
background-size: cover;
Thanks.
OK not sure where you added that, but if it is on block logo style under UI.X Logo style properties group, in the miscellaneous CSS section add this:
background-size: cover;
I just remembered that I have that under header and navigation, not under UI.X Logo.OK not sure where you added that, but if it is on block logo style under UI.X Logo style properties group, in the miscellaneous CSS section add this:
background-size: cover;
I was also have issues with the mod bar/user bar white space. For some reason, is not completely closing the white space between the mod bar and the logo itself.
Small issue with the top toggle sidebar open or close.
It will collapse the sidebar but not open it, however the bottom toggle works fine, same for UI.X Dark
Ticket sent.Hmm mind creating a ticket? Might be a JS issue. No one has reported this issue yet so it might be something local to your install.
I believe this is because your mod bar is sticky, correct? You need to set the natural height of the userbar and the height of the active sticky userbar to be the same. This gap will go away. Its not a bug, its by design.
For those of you experience issues with your ads or plugins where weird text is showing up.
Open UI.X theme templates (UI.X itself, NOT your base theme). Edit uix_advertisements.css. Find:
.funbox .funboxWrapper > * {display: inline-block;}
Remove this line. It has been removed on our end. This is a significant fix for those running ads, apologies for the delay on the fix.
I imagine thats because of the padding we added. I feel as though we didn't do quite enough testing, but we have done plenty of testing this next time around and can say that the next release will handle ads better.That works, thanks, ad is still a bit off center though.
At the moment, no. Might be something we put in the framework, but since its more of a style related thing than core functionality we'll likely opt to leave this out. As I say, I like to keep style related things out of the framework as so it doesn't become bloated.Is it possible to change the forum list layout on UI.X?
![]()
like that?
I can't find the option.
Mike^ Sorry lol.Alright that is somewhat still giving me an issue. It looks right about right, but for some reason, there still is a tiny white space between the mod bar and the logo/banner itself: View attachment 81808
Also, for some reason the banner/logo I have is 1170px which is the same width as the page itself. How come it is not showing as the same width?: View attachment 81809
One more thing, sorry. I've also put in a background image in the general section of the style properties, and for some reason, it is not showing the background or only for a split second when refreshing the page.
PM me your URL or create a ticket, so I can see the codeMike^ Sorry lol.
OK a few things:Alright.
.hasSearch #logo {margin-left: 0; margin-right: 0;}
Alright thank you.OK a few things:
1. You should not edit UI.X directly with your changes, when it comes time to upgrade you will find it quite difficult. Make a child theme, hide UI.X, then make all your changes to your new child theme.
2. A simple solution to your logo problem is this:
Code:.hasSearch #logo {margin-left: 0; margin-right: 0;}
However, that margin is there in the first place for the search icon. Doing the code above might make it so your logo interferes with the icon. Judging by the type of logo, it will not though, its just there is a better way of doing this.
First I would separate the main logo from the background. Then I would set the background to #logoBlock and then use the cut out logo as the actual logo (then remove the code I posted above)
Whichever way you go it should be OK though. So if you want to just copy that code into EXTRA.css you should be all good to go.
Did you add that code into extra.css?Mike I've been looking around and here is a perfect example of what I was looking to achieve with the banner etc.:
View attachment 81906 If you understand want I'm trying to get at here.
It also seems like the logo width of the image that is shown there is 960px and mine I have up 1170px and still does not reach the ends of the actual page width.
We use essential cookies to make this site work, and optional cookies to enhance your experience.