Support Forums - Classified Ads Script Osclass

Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: Bryan Fang on April 05, 2016, 09:05:34 AM

Title: how do allow categories view as full under item display at main pages ?
Post by: Bryan Fang on April 05, 2016, 09:05:34 AM
how do show categories full content under item display at main pages ? and any setting to hide date beside categories?
Title: Re: how do allow categories view as full under item display at main pages ?
Post by: MB Themes on April 05, 2016, 10:08:47 AM
@Bryan Fang
Go to style.css

Find line:
Code: [Select]
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
Code: [Select]
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;
Title: Re: how do allow categories view as full under item display at main pages ?
Post by: Bryan Fang on April 05, 2016, 11:47:10 AM
I not really understand. may u step by step explain, sorry for any inconvenience
Title: Re: how do allow categories view as full under item display at main pages ?
Post by: Bryan Fang on April 05, 2016, 11:55:07 AM
@Bryan Fang
Go to style.css

Find line:
Code: [Select]
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
Code: [Select]
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;

I cant get you, could u explain step by step ?
Title: Re: how do allow categories view as full under item display at main pages ?
Post by: hayat on April 05, 2016, 01:39:23 PM
@Bryan Fang
Go to style.css

Find line:
Code: [Select]
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
Code: [Select]
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;

I cant get you, could u explain step by step ?
in yellow square remove that line fro style.css , not the whole line but just this line only
Title: Re: how do allow categories view as full under item display at main pages ?
Post by: MB Themes on April 05, 2016, 02:42:57 PM
@Bryan Fang
If you have no idea what CSS and HTML is, I do not recommend to you to do any custom modifications.