Cell Padding
Frank McCann created the topic: Cell Padding
Hi,
I have the full version of the product and was just wondering if there's a way to put padding into the title cell when in list view, my borders are touching all of my text.
Please Log in or Create an account to join the conversation.
-
Topic Author
- Frank McCann
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
7 years 7 months ago
Agapi G. replied the topic: Cell Padding
Dear Frank,
Could you please give the link to the page, where you have published your catalog? I will provide a CSS code to nicely align the title text.
Thanks in advance!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 7 months ago
Frank McCann replied the topic: Cell Padding
We haven't published yet, still running internally on our LAN. When it is up I will post a link for you, should be before the end of the week
Please Log in or Create an account to join the conversation.
-
Topic Author
- Frank McCann
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
7 years 7 months ago
Agapi G. replied the topic: Cell Padding
Dear Frank,
It might not be necessary, could you please try adding this code to style.css file or custom CSS editor of your website theme?
.name_rating_td {
text-align: center !important;
}
.name_rating_td b {
display: block !important;
width: 100% !important;
}
This will align the text in the center, but in case it does not work, please do give the link to your catalog page, when it is published on the web.
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 7 months ago
Frank McCann replied the topic: Cell Padding
www.pcoit.com/products/
The text centering worked and i tried adding a 10px padding to both of those classes but no luck.
if the site doesn't load up as a wordpress site please wait until tonight as the global dns servers are still propagating our new DNS entry.
Please Log in or Create an account to join the conversation.
-
Topic Author
- Frank McCann
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
7 years 7 months ago
Agapi G. replied the topic: Cell Padding
Dear Frank,
Could you please try to add the padding with the following code?
.name_rating_td {
padding: 10px !important;
}
Let me know if it works.
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 7 months ago
Frank McCann replied the topic: Cell Padding
That worked perfectly!
Thank you!
On a side note is there a way to add horizontal gridlines between each product? Just a black bottom border 1px.
Please Log in or Create an account to join the conversation.
-
Topic Author
- Frank McCann
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
7 years 7 months ago
Agapi G. replied the topic: Cell Padding
Dear Frank,
You're welcome!
Please use the following code to add bottom border under each product:
#productCartFull td {
border-bottom: 1px solid #000000 !important;
}
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 7 months ago
Frank McCann replied the topic: Cell Padding
Awesome thanks sorry to bug one more time
Can we get code for padding in all cells (description & price)
Please Log in or Create an account to join the conversation.
-
Topic Author
- Frank McCann
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
7 years 7 months ago
Agapi G. replied the topic: Cell Padding
Dear Frank,
Hope you had a great weekend!
I just checked your website and looks like you have managed to add padding to all your catalog cells, it looks awesome now! Could you please let me know if you need assistance with further questions?
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 7 months ago
Frank McCann replied the topic: Cell Padding
Ya I centered some of the descriptions, looks fine now. Thanks for all the help!
Please Log in or Create an account to join the conversation.
-
Topic Author
- Frank McCann
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
7 years 7 months ago
Agapi G. replied the topic: Cell Padding
Dear Frank,
Awesome! We are very glad all the questions have been sorted out and answered for your Spider Catalog. Please let me know in case you will need further assistance.
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 7 months ago