We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how to fix “My Matches” page | Forum

Topic location: Forum home » Development » Themes
Frank
Frank Oct 1 '18

To fix this you can apply CSS styles from any SkaDate theme to your Oxwall one.


Go to Admin Panel >> Appearence >> Edit Theme >> CSS tab.

CSS block that needs be added :


/* —- Ulist big Styles —- */

.ow_ulist_big {

padding-top: 12px;

}

.ow_ulist_big_item {

float: left;

width: 25%;

}

.ow_ulist_big_item .ow_miniic_live {

top: 2px;

left: 2px;

position:absolute;

}

.ow_ulist_big_item_cont {

height: 240px;

margin: 0 auto 20px;

overflow: hidden;

position: relative;

width: 180px;

}

.ow_ulist_big_avatar {

background-position: 0 0;

background-repeat: no-repeat;

background-size: cover;

height: 180px;

position: relative;

width: 180px;

}

.ow_ulist_big_avatar:hover {

box-shadow: 0 0 150px #000 inset;

}

.ow_ulist_big_avatar_shadow {

display: block;

height: 180px;

}

a.ow_ulist_big_avatar_bookmark {

position: absolute;

bottom: 6px;

left: 8px;

display: none;

color: #fff;

}

.ow_ulist_big_avatar:hover a.ow_ulist_big_avatar_bookmark {

display: block;

}

.ow_ulist_big_info {

margin-top: 4px;

position: absolute;

margin-bottom: 8px;

}

.ow_ulist_big_info_name .ow_small {

position: relative;

}

.ow_ulist_big_info_name .ow_small:hover {

text-decoration: underline;

}

.ow_ulist_big_info_name {

float: left;

max-width: 160px;

max-height: 1.5em;

overflow: hidden;

}

/* —- End of Ulist Styles  —- */

The Forum post is edited by Frank Oct 1 '18
Attachments:
  screenshot-571.png (59Kb)
Brian Stone
Brian Stone Nov 15 '18
Thanks, very helpful in my project