• Resolved vast1r

    (@vast1r)


    Hello,
    I want a invisible column or a white colour column between 2 column. I mean there will be 3 columns and 2 rows, 1st row is header and 2nd row will have content.

    I want to make full Middle row look like a empty white space or gap between other 2 sided columns. I tried to do it by leaving the middle column blank but border of top and bottom was visible and I could not achieve a full white empty space.

    Is there any ways to make middle row Invisible, like by adding a bank between 2 column or adding a white thick border?? Help..

    • This topic was modified 3 years, 2 months ago by vast1r.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    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 vast1r

    (@vast1r)

    Link of the page

    There are 3 tables on this page. At first section you will see 2 tables side by side. Below that 1 table is there.

    So, I want to get similar blank space between 1st 2 tables, for the middle column of 3rd table.

    As I use a grid pugin for getting archiving first 2 table view but that eventually made 2 tables very small that I can’t put content in them. That’s why I am searching for this help.

    • This reply was modified 3 years, 2 months ago by vast1r.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link!

    From what I can see, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-4 thead .column-2 {
        background-color: #ffffff;
        border: none;
    }

    Regards,
    Tobias

    Thread Starter vast1r

    (@vast1r)

    Borders are still visible,as I can see from editor. But one more problem is occurring. That is no CSS code is making effect on the table.
    Now, view my link which I sent in AMP by adding /amp at last it will show the original table. But in Normal version CSS is not loading. Why this problem happening and what to do??
    ????????

    • This reply was modified 3 years, 2 months ago by vast1r.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it looks like you are using a plugin (“litespeed”?) that caches and minifies CSS code on the site. Please try clearing that plugin’s cache (it should have a button for that in its config section).

    Regards,
    Tobias

    Thread Starter vast1r

    (@vast1r)

    Already Tried doing that. But Not worked. I think I should find some other way of showing 2 columns on mobile. Tables will cause catching issue and that will not able to give visitors current post updates.

    If you know any other way from what I can show 2 columns on mobile devices then kindly suggest me… ??

    Anyway Thanks for your support, the way you are supporting all the people with your plugin alone for this long period is amazing. ????

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    somehow that caching clearing did not work properly. The original/correct CSS file is at https://www.allquestionanswer.com/wp-content/tablepress-combined.min.css
    However, the re-processed (minified and cached) version of Litespeed at https://www.allquestionanswer.com/core/litespeed/css/7236e2b4700696a6cdb327ef263935bf.css differs.
    Once that is up to date, the CSS changes should be reflected. To verify, you could also temporarily deactivate the Lightspeed plugin.

    Now, I would in fact actually recommend the initial strategy that you had: On this page, there should be 4 table with 1 column each, in column blocks or a grid, depending on what Elementor offers here. This should in principle also allow showing all 4 tables underneath each other on small screens, for example.

    Regards,
    Tobias

    Thread Starter vast1r

    (@vast1r)

    There is Cludflare CDN actived separately as hosting offers it for free and Litespeed plugin. I think using both should be the reason.. ????

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that could be possible, but I’m no expert with that, sorry.

    Regards,
    Tobias

    Thread Starter vast1r

    (@vast1r)

    I fixed caching issue thanks.

    https://ibb.co/V9srNQM

    Pleased see the link, Can you suggest me any CSS code to make this 3 markerd border lines of 2nd Column to white colour?

    • This reply was modified 3 years, 2 months ago by vast1r.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please try with this modified version of the code from above:

    .tablepress-id-4 .column-2 {
        background-color: #ffffff;
        border-top: none !important;
        border-bottom: none !important;
    }

    Regards,
    Tobias

    Thread Starter vast1r

    (@vast1r)

    Thank you, that’s what I wanted. Perfect. ??

    • This reply was modified 3 years, 2 months ago by vast1r.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias
    ?
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘I want invisible or white Column between 2 column’ is closed to new replies.