Hi,
Plesae help me, i have some weird white background appear behind PNG logo
if i view from mobile phone, this is the screenshot http://mobt.me/ddlk
when view using desktop , the white background not appear.
i want to remove the white background
my website is zhugeliang[dot]com[dot]my
weird white background appear behind PNG logo
Moderator: General Moderators
weird white background appear behind PNG logo
Last edited by skynet88 on Tue Dec 12, 2017 6:24 pm, edited 1 time in total.
Re: weird white background appear behind PNG logo
You have the logo in a .container .row .col-md-4, so when responsiveness kicks in at low screen widths the logo gets its own row on the screen. It does not have a background so you see white.
I don't know how you want the logo positioned on small screens but you may have to remove it from the row entirely and use another way to position it responsively.
I don't know how you want the logo positioned on small screens but you may have to remove it from the row entirely and use another way to position it responsively.
Re: weird white background appear behind PNG logo
requinix wrote:You have the logo in a .container .row .col-md-4, so when responsiveness kicks in at low screen widths the logo gets its own row on the screen. It does not have a background so you see white.
I don't know how you want the logo positioned on small screens but you may have to remove it from the row entirely and use another way to position it responsively.
tq sir for explanation