By Jason Wells on Tuesday, 08 May 2018
Posted in General
Replies 7
Likes 0
Views 1.6K
Votes 0
If you look at the picture the tags are jammed up against each other or the words above. Is this the elegant template causing this?
Hi there,

It is showing correctly on my end as you can see here http://take.ms/DpDiF. Maybe you can provide us with more details on how to replicate this issues.

Please advice.
·
Tuesday, 08 May 2018 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Logged in user using chrome on a win10 desktop. No specific actions or pages.
·
Tuesday, 08 May 2018 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jason,

Can you add the following block of css codes into /templates/elegant/css/custom.css

[gist]
body #ed .m-most-replies__content .o-nav .o-label {
display: inline-block;
}
[/gist]
·
Wednesday, 09 May 2018 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Any particular place in the code?
·
Wednesday, 09 May 2018 09:34
·
0 Likes
·
0 Votes
·
0 Comments
·
.module.module-content-top .top-heading {
display: inherit !important;
background: #F5F5F5;
border-radius: 3px;
font-size: inherit;
font-weight: normal;
line-height: 1;
margin: 0 0 15px;
padding: 15px;
}

.module.module-content-top {
background: #FFF !important;
}

.module.module-content-top ul li+li {
padding-left: 0;
}

/* adjust the add as friend button height issue */
#es .btn-group--es-friends .dropdown-toggle_ {
height: auto !important;
}

/* adjust the multilist field show the heigh longer */
#es .o-control-input [data-field-multilist] select[multiple],
#es .o-control-input [data-field-multilist] select[size] {
height: 300px;
}

body #ed .m-most-replies__content .o-nav .o-label {

display: inline-block;

}
·
Wednesday, 09 May 2018 09:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Not much change when I edit the code as above.

Images of Edge and Chrome
·
Wednesday, 09 May 2018 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems to works fine on my end and with your codes provided by Mark on above reply as you can see here http://take.ms/O66sN. Have you tried to clear your browser and site cache and see whether those view working fine or not?

Please advice.
·
Wednesday, 09 May 2018 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post