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

    Hey,

    1. I want to delete the thin line on the left hand side for the Tablepress plugin
    http://www.hotelladdict.se/h-hotel/
    and not just for this table for all of the from this plugin

    2. I also want the margin to be the same on both sides. Now it is not so much margin on the left hand side compare to the right hand side.

    What codes shall I add?

    Thanks
    Charlotte

    • This topic was modified 7 years, 2 months ago by Sarah.
    #834329

    Hey Charlotte,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .tablepress .odd td {
        border: none!important;
    }
    .tablepress a {
        display: block!important;
    }
    .tablepress img {
        width: 100%;
    }
    

    Best regards,
    Yigit

    #834348

    Thanks Yigit :)

    #834719

    Hi! We’re glad that Yigit was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete line in table plugin’ is closed to new replies.