Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

No border-top for joms-focus__link class

6 years 6 months ago
Licenses:
JomSocial Active

Hello.

There is nothing critical. But I suppose there should be "border-top" style for first "li" item (in mobile portrait view)?
I can add it by myself, but if it really should be, I hope it can be added in future release :)



Right now it looks like:
@media only screen and (max-width: 480px){
.joms-focus__link li:first-child {
border-top: 0;
}}

Suppose it should be "border-top: 1px solid rgba(0, 0, 0, 0.06);"

Thanks.


Sorry for my English
Attachments:
6 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

To fix this please apply this code on your css file

@media only screen and (max-width: 480px){
style.css:1
.joms-focus__link li {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}
}

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW