• Closed
  • Per Nylén
    Spectator
    09.05.2016 at 21:31 #27502

    Hello!

    How do I remove the border round the campingcar images attached?
    How do I remove the border of the table. I want to get rid of all the borders! 🙂
    How do I get the text align top instead of center as it is now.

    Please watch the attached file where you can see what I mean.

    Using evolve+ 2.6.2

    http://nylenworkspace.se/werkstatt/

    Regards!

    Per Nylén

    Denzel Chia
    Moderator
    Posts: 2656
    10.05.2016 at 01:59 #27514

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .entry-content img, .entry-content .wp-caption {
    border: medium none !important;
    padding: 0 !important;
    }
    .entry-content table {
    border: medium none !important;
    }

    That’s the best I can provide.
    You can use column shortcode instead of table.

    Thank you.