HTML error in mobile version

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeHTML error in mobile version

This topic has been marked as not resolved.

Hi,

I added few HTML boxes (in a line) using visual editor, and inserted images in them.
When surfing the page using a mobile browser, the boxes appear one upon another.

Why is that and how can I fix it?

Thanks!

February 6, 2014 at 7:54 pm #30352

Hi,

We will need the website url and admin access, so we can check.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

February 7, 2014 at 5:31 pm #30364

Thanks!
Thanks!

  • This reply was modified 3753 days ago by  rlbaris.
  • This reply was modified 3753 days ago by  rlbaris.
February 8, 2014 at 11:08 pm #30390

Hello,

1) Remove all <br> sections.

2) Remove:

#cf img {
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out 0s;
}

And replace it with:

#cf > a:first-child {
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out 0s;
}
#cf > a:first-child:hover {
    opacity: 1;
}

Best,
ThemeBurn team

February 11, 2014 at 10:42 am #30458
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.