• Resolved morsagmon

    (@morsagmon)


    Hi Tobias.

    Please take a look at this table.

    As you can see, there is a grey line in between the rows (strangely enough, skipping row3…). I want these lines removed.

    Here’s what I have for this table’s CSS:

    .summary-bullets-frame {
    	border: 2px solid #32A8FB;
    }
    
    .summary-bullets-frame tr,
    .summary-bullets-frame tbody,
    .summary-bullets-frame td,
    .summary-bullets-frame thead th,
    .summary-bullets-frame tfoot th {
    	border: none;
    }
    
    .summary-bullets-frame column-2 {
    	text-align: left;
    }

    Can you see why these borders are not being removed?

    Thanks!
    Mor

    https://www.ads-software.com/plugins/tablepress/

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you try using

    border: none !important;

    with the !important flag for higher priority?

    Regards,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    Yessss.
    That did the trick ??

    Thanks!
    Mor

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    Tobias,

    This helped, but now a new problem on this table.

    Please see the table now – missing the top border line.

    If I check to “Print Table Name” above the table – the border line is displayed correctly (but I don’t want the name displayed).

    Here’s how the table is defined.

    Thanks!
    Mor

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    not sure what’s happening there. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    Hi Tobias.

    This is in early stages of development.
    Try if you have access here.

    Thanks!

    Thread Starter morsagmon

    (@morsagmon)

    Tobias,

    I just noticed that on Chrome it works fine. Looks “wider” on the screen.
    On FireFox it cuts out the border lines…

    Thanks!
    Mor

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    hhm, I’m not really sure what’s happening here ?? Seems to be some CSS weirdness.

    Now, why are you actually creating this as a table? From what I can see, this is just a list, so you could create it as a list?

    Regards,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    ??

    This is a summary list, with its blue border and all, that will be repeated in multiple pages. It is much more convenient to design once, and just maintain the text within the table rows for each instance…

    Mor

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah, ok. Got it. That makes sense then.

    Best wishes,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    Might you have any idea for a workaround this issue?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    not really, as I can’t find the exact cause for this ?? Sorry.
    It doesn’t seem to be happening everywhere though. Everything is fine in Firefox on Linux for me.

    Regards,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    ??

    OK, thanks. I’ll find a workaround that will work everywhere ??

    Take care!
    Mor

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok ?? If you find a cause for this, please let me know.

    Regards,
    Tobias

    Thread Starter morsagmon

    (@morsagmon)

    Hi Tobias.

    I increased the border to 3px – now looks OK on all.

    FYI.

    Thanks!
    Mor

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Borders not removed’ is closed to new replies.