Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / AdsManager Support / [RESOLVED] Questions list alignments all ads

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

[RESOLVED] Questions list alignments all ads

More
8 years 3 months ago - 8 years 2 months ago #23763 by nocturna
Hello good day,

I have some doubts about the alignments in the list of all ads, are as follows:

a) How can I increase the separation distance between the "price" and "city" columns so that they are not overwritten?

b) How can I raise the price and the city upwards so that they are under their headings or aligned with the title of the ad?

c) How can I change the price format so that the thousands separator is the "." Point and the decimal separator is the comma ","?



Thank you very much,
Best regards,
J Andres
Attachments:
Last edit: 8 years 2 months ago by loic.
More
8 years 3 months ago #23772 by loic
Replied by loic on topic Questions list alignments all ads
Hello,

For a and b, you need to custom your css to do that.

for c, in the setting of the price field, you can change its format.

Best regards.
More
8 years 3 months ago #23774 by nocturna
Replied by nocturna on topic Questions list alignments all ads
Thank you very much for your response Loic,

c) It is already resolved. My apologies for not having looked at the options in the configuration better.

a) and b) Can you guide me a bit in CSS code? I still have not mastered this language very much.

Thank you very much.
Best regards,
J Andres
More
8 years 2 months ago #23784 by loic
Replied by loic on topic Questions list alignments all ads
For the price column, you need to raise it width by using css : (the tag name need to be changed to match yours)
th.price {
width: 25% !important;
}

For the vertical alignement :
td.price, td.city {
vertical-align: top !important;
}

Best regards.
More
8 years 2 months ago #23797 by nocturna
Replied by nocturna on topic Questions list alignments all ads
Thank you very much for your response and help loic.

I have tried the code that you have given me. In my case the tags (the classes) are .fad_price for the price and .fad_city for the city, however I can not place them in the top position.

Nor can I widen the column of price by the th element.

In this case I have only been able to widen the two columns at a time by changing their class so:

.hidden-phone {
Width: 15%! Important;
}

But the two columns widen and I just want to change the price.

I have tried all possible combinations using the classes to which those elements belong, but I can not solve it, no change occurs.

Could you please take a look at my code to give me one last help on this topic?

Your access credentials are still active and have not changed.

Thank you very much again.

Best regards
J Andres
More
8 years 2 months ago #23832 by loic
Replied by loic on topic Questions list alignments all ads
Hello,

Could you give me a link to your website ? No need to give me an access, i will test the code by using the DOM.

Best regards.
Time to create page: 0.786 seconds
Powered by Kunena Forum