• Resolved mredgeict

    (@mredgeict)


    THANK YOU, Fantastic WP Theme, really love how easy it is to use.
    Apologies, yes, I am a ‘Newbie’and will therefore, be grateful for any help given please:
    TABLES BROWSER DISPLAY PROBLEM in FIREFOX:
    My website is a WIP at https://www.secretsnightclub.co.uk, when opened in Chrome it displays OK, BUT when opened in Firefox the Tables in the ‘Content’ area overflow beyond the content area to the right onto the background space, the issue will disappear if I remove the ‘padding’ completely, but the padding is needed. I’ve tried using ‘Tablepress’, BUT adding the padding has the same effect, Please advise?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You can add this css:

    table {
        table-layout: fixed;
    }

    But I strongly suggest moving away from tables. They are an old way to make a layout and not standard for sites anymore especially not responsive sites. I suggest using columns though the theme shortcodes or through a plugin or just building the page using something like pagebuilder: https://www.ads-software.com/plugins/siteorigin-panels/

    Hope that helps,

    Kadence Themes

    Thread Starter mredgeict

    (@mredgeict)

    Hi,
    Thank you very much, your solution worked perfectly and I’m learning too.
    I’ll take your advice and attempt to move away from tables as soon as I can, once again, thank you for your much appreciated help.
    Take care

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TABLES wider than layout in FIREFOX’ is closed to new replies.