• Resolved christiancountyhd

    (@christiancountyhd)


    So, the normal webpage shows the correct, plain white background, but when you load it in mobile it changes part of it to a light tan color. I’ve double and triple checked that I have the background set to a white background. Why is this changing on the mobile?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @christiancountyhd,

    Can you please tell me which device and browser you are using?

    I just checked your page. On my end, the color seems to be consistent.

    Please let me know.

    Regards.

    Thread Starter christiancountyhd

    (@christiancountyhd)

    Hello,

    I’m using my iphone and safari when I see this color difference, however when in wordpress and looking at the mobile view, I can also see it. It happens on pages such as (under about us) board and staff. GoDaddy is doing maintenance at the moment, so I can’t look to see which others, but I know those 2 were ones that it was doing that on.

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    @christiancountyhd,

    I am sorry about that.

    Can you please share a screenshot with us of how it looks?

    Regards.

    Thread Starter christiancountyhd

    (@christiancountyhd)

    I uploaded the screenshot to the media library on our site – here is the link.

    Plugin Contributor erdembircan

    (@erdembircan)

    Hello @christiancountyhd,

    Sorry to hear you are having problems with colors of table. We imported the table to builder and will try to recreate the issue. And since your website is up, will also check if any other plugin or your theme is overriding the color on mobile view. Will give you an update when we completed our investigation.

    Best regards.

    Plugin Contributor erdembircan

    (@erdembircan)

    Hello @christiancountyhd,

    We concluded our investigations and fixed this background color bug that is affecting tables with less than 3 rows. Fix is scheduled for the next update. In the mean time, you can use the provided custom css on your WordPress theme to get the visual style you are aiming for.

    @media screen and (max-width: 1023px){
    	.wptb-table-1182 tr {
    		background-color: #fff !important;
    	}
    }

    Thank you for pointing out and bringing this issue to our attention.

    Best regards, and have a great day.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Table Background Color not Correct’ is closed to new replies.