[Resolved] Appearance of tables

Home Forums Support [Resolved] Appearance of tables

Home Forums Support Appearance of tables

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46662
    Pieter Bas

    I’am setting up an educational website with the GeneratePress theme. I would like to know if it is possible to change the appearance of the tables.

    #46676
    Tom
    Lead Developer
    Lead Developer

    Absolutely – I actually just pushed out the new version of GP which is being reviewed currently. It includes some tablet styling.

    You can also add your own tablet styling via CSS like this:

    /* Tablets (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
          /* Your styles in here*/
    }
    #49060
    Tom
    Lead Developer
    Lead Developer

    I see now you were talking about tables (not sure how I missed that).

    There’s a lot of resources out there if you Google “html tables CSS” – there may even be some CSS generators out there that will simply give you the code to add to your CSS.

    Let me know 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.