This topic has 18 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow
Table
Hello,
Add the next code in Custom CSS area for the page:
table th, table td {
border: 1px solid #4cad4f;
}
table th:first-child, table td:first-child {
padding-left: .71em;
}
table th:last-child, table td:last-child {
padding-right: .71em;
}
> http://prntscr.com/qrswtt
Read more https://www.w3schools.com/html/html_tables.asp https://www.w3schools.com/css/css_table.asp
We did not test such plugins, so we can’t give a recommendation about it, sorry.
Let us know if you need any other assistance.
Regards
I actually tried to copy form W3School:
table th, table td {
border: 1px solid #ddd;
text-align: left;
}
table th, table td {
border-collapse: collapse;
width: 100%;
}
table th, table td {
padding: 15px;
}
But the outcome is not the same as W3School’s example…
https://ibb.co/g4N4vVQ
Hello,
Our theme changes some styles for the tables. So, I would recommend you to add custom class for your HTML and then use that class in CSS styles to overwrite styles of our theme, for example http://prntscr.com/qru4tm
Regards
I am trying to use another way:
Hello,
Please provide URL of the page.
Regards
Here is th URL
This margin http://prntscr.com/qs6tki comes from Design options of your row. Please check.
Regards
May I ask why the first row is always taller? How can I make their height equal to the other rows?
There is a default padding-top for inner-column https://prnt.sc/qsd0wr You can change it via design options.
Regards
Change it to what?
Try to set 0px
Regards
Hi,
may I ask how do I unite all the custom heading’s text into the same size?
Thank you
Hello,
Custom Heading element has Element tag (https://www.w3schools.com/tags/tag_hn.asp) and Font size settings http://prntscr.com/qspwx6
Regards
Of course, I know…….
I am asking how can I set them to the same size, not set them one by one. Maybe by CSS?
Try to use the next code:
h2.vc_custom_heading,
h3.vc_custom_heading,
h4.vc_custom_heading,
h5.vc_custom_heading,
h6.vc_custom_heading {
font-size: 30px !important;
}
Regards
Hi,
May I ask does WooCommerce needed to be activated in order to display the login page?
Can the website display the login page without activating WooCommerce
Also, May I ask why the footer has a large distance between the bottom?
https://ibb.co/NstxCLY
https://horserace1393.com/my-account/
Thank you
Hello,
1) My account page is woocommerce page, so it should be active.
2) Page content is too short, that’s why you have empty space there.
Regards
You must be logged in to reply to this topic.Log in/Sign up