Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #648796

    Hi

    on this page:

    how can I remove the rules/borders from the table?

    and how can I control the width of the table cells…you can see here that the 3rd one is wrapping even though there is plenty of space for the text…it does not do that on other pages

    it is a bit wierd, there is no way to set the width and sometimes it just does what it wants and I am having to control table column widths with invisible spaces which is not great, it is all very random :)

    thanks!

    Ian

    #649067

    Hi smoothbob,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .main_color tr {
    border-color:transparent !important;
    }

    Best regards,
    Rikard

    #649110

    Hi

    that did not work….

    also any advice on the width thing?

    thanks

    #650407

    Hi,

    It appears you have figured out the table border issue, it looks good on my end.

    If make changes to the width of the table it will cause some issue in the responsive mode. It is highly advisable to keep the table width flexible or use the builtin table options “Scrollable table” in “Responsive Styling” if you are going to use the below css.

    However if you still want to play around with the table width please try the below css

    #top .avia-table-1 td {
    	min-width:300px;
    }

    Best regards,
    Vinay

    • This reply was modified 7 years, 10 months ago by Vinay.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.