UI.X 2

UI.X 2 2.2.15.0.2

No permission to download
I need to add some spacing between the ad position named "Container Breadcrumb (bottom): Below)" as you can see it runs together.

What's the best way to accomplish this with the UIX theme?

193756
 
I need to add some spacing between the ad position named "Container Breadcrumb (bottom): Below)" as you can see it runs together.

What's the best way to accomplish this with the UIX theme?

View attachment 193756


<div style="margin:10px 0 10px 0;">
### your ad code ###
</div>

it will create margin there are four values for top bottom and sides.
 
Hi! I wanted to highlight threads created by Premium users AND also highlight their individual posts.
For the first, I tried this code from here:

At post_macros template found:
Code:
message message--post js-post

Added this:
Code:
{{ $post.User && $post.User.isMemberOf('999') ? 'your-class-name' : '' }}

And then this to extra.less:
Code:
.your-class-name
{
    background-color: red;
}

But got no results...
There's some theme code, that's why I ask here and not at that thread:
Code:
<article class="message message--post {{ $uix_condensed ? 'uix_message--condensed' : '' }} js-post js-inlineModContainer {{ $isIgnored ? 'is-ignored' : '' }} {{ $post.isUnread() ? ' is-unread' : '' }}"
        data-author="{{ $post.User.username ?: $post.username }}"
        data-content="post-{$post.post_id}"
        id="js-post-{$post.post_id}">

Can you help me to solve this?
Thanks!

I need to add some spacing between the ad position named "Container Breadcrumb (bottom): Below)" as you can see it runs together.

What's the best way to accomplish this with the UIX theme?

View attachment 193756
To better assist both of you with these inquires, go ahead and create a ticket on our support portal. From there one of our staff will be able to help you further :)
 
Top Bottom