Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #506850

    Hi all,
    I’ve noticed that on responsive mode the heading row of a table shows the tag “strong”, as you can see:

    Heading row on responsive mode

    #506933

    Hi Gian Maria,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Please make sure you are running the latest version of the theme, 3.3.2.

    Thanks,
    Rikard

    #506939

    Sure, it’s the latest version.
    Please find credentials below.

    #507026

    Hey,

    Thanks for the details but they don’t seem to work, could you check please?

    Best regards,
    Rikard

    #507034

    Try the password below.

    #507064

    Hi!

    ehm where is the link to login?

    Regards,
    Andy

    #507072

    sorry.

    #507256

    Hi!

    Also can you provide a link to the exact page please? I tried navigating around your menu but I could not find the tables.

    Cheers!
    Elliott

    #507336

    Here you are. Thanks.

    #507357

    Hi!

    can u please try a table on a single row and not on columns, and let us know how that works?

    Cheers!
    Basilis

    #513571

    Hi,
    sorry about delay.
    I did what you suggested but if I create only a single row it disappears when I got in mobile view.

    #513939

    Hi!

    Remove the strong tags from your headings and add this to your custom CSS.

    th { font-weight: bold !important; }
    

    Cheers!
    Elliott

    #514995

    Hi,
    I did what you suggested but something weird is stil happening.
    In mobile view, the TH is repeated above every row and what’s more it’s not bold but italic.
    See screenshots:

    Desktop view
    Mobile view

    #515366

    Hi!

    Use this to set the weight on mobiles.

    td::before { font-weight: bold !important; font-style: none !important; }
    

    The reason the heading is getting repeated for each item is because you only have one heading set (that’s not how tables are supposed to be used), instead for what your doing a list element would be better. I would try combining the four tables into one.

    Cheers!
    Elliott

    • This reply was modified 8 years, 5 months ago by Elliott.
    #515798

    Ok, thanks for support, I try what you suggest.

    #515804

    Hi!

    Please do so and let us know so we can mark the thread as resolved or assist you further :)

    Regards,
    Yigit

    #515818

    Ok, I did 4 list elements with a text block as title.
    it works.
    Thanks.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Heading Row shows tag on responsive mode’ is closed to new replies.