PDA

View Full Version : Posting ad page layout customization - listing & category selection page



Pricky
February 19, 2020, 04:31 PM
Hi, I'm having 12 listing types, All the listing types radio buttons doesn't fit into the one line. It doesn't look good.

So, I need to have these listing types as radio button or (prefer to have)dropdown box one below the one in new line along with categories dropdown next to the listing type dropdown. I'm only having upto two level categories, so i don't need the third category level.

I'm using "General Nova" default template. Please check the attachment, to see how i want to have the posting ad page (Listing & Category Type Selection page)
3573

Thanks & Regards

Pragash Jayaram

Viktor
February 19, 2020, 05:37 PM
You need to change 1 style on your FTP.
Open file: FTP://templates>>general_nova/components/category-selector/category-selector.css
At line 1 find the CSS code:


ul.select-type {
margin-bottom: 0.9375rem;
}


and replace to:


ul.select-type {
margin-bottom: 0.9375rem;
float: left;
width: 20%;
}


Then at line ~4 find the code:


ul.select-type > li {
display: inline-block;
margin-right: 1.875rem;
}

and replace to:


ul.select-type > li {
margin-right: 1.875rem;
}


save and check again.

Pricky
February 20, 2020, 02:24 PM
Wow! Its working fine.

Thanks so much, Viktor :)

Pricky
September 26, 2021, 12:23 PM
Its working on desktop view but Its not working on mobile, when i switch over the other listing type radio button.

Can somebody help me?

Viktor
September 27, 2021, 04:31 AM
I suggest you create a new ticket with the problem. I will solve it on your site.

tassonfl
February 19, 2022, 08:57 AM
Hello
I tried it too but it actually doesn't work on the mobile version.
Could you please write the solution here?
Thank you

tassonfl
February 22, 2022, 06:30 AM
Is there anyone who made this change and can help me?