CSS Bugs

This topic contains 7 reply and 4 voices, and was last updated by Paul 9 years, 11 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
April 8, 2014 at 3:58 pm 18265
Paul Hi Guys, Just wanted to point out a few issues in the responsive breakpoints, to do with the top nav bar. At 768px the menu colors & text size switch to responsive, but it's not yet hidden inside the flyout menus. Also the main navigation menu text size is smaller (except home link). See here: screenshot Between 991px & 769px the menu is pushed onto 2 rows, when it still fits on just the 1, see again: screenshot2 Would be nice to see these fixed up in the next update :) Thanks, Brad
April 8, 2014 at 4:08 pm 18266
Nizam Uddin Nizam Uddin

Thanks Brad, we will add it to our to do list. 🙂

April 9, 2014 at 1:02 pm 18348
Paul Paul

Thanks Nizam, look forward to seeing these bugs squashed 🙂

April 9, 2014 at 4:45 pm 18364
Sk Sk

Hello Paul,

please navigate to dokan/assets/css/style.css on line 415.

the line code is:

@media (max-width:768px){.navbar-brand{padding:15px 15px;font-size:18px}}.breadcrumb{margin:0;background:transparent;padding:0;color:#999}.breadcrumb>li+li:before{content:"\f105";font-family:FontAwesome}

To solve this problem replace @media (max-width:768px) by @media (max-width:767px).

Thank You.

April 9, 2014 at 6:15 pm 18379
Paul Paul

Hi Shaikat, this only fixes the main navigation items changing size, correct?

The other issues with the top navigation (where cart, login, etc. are) are still there.

Thanks!

April 25, 2014 at 2:34 pm 19375
Paul Paul

Hi,

Noticed this was marked as resolved when there was still an item pending, the CSS fix for the header split onto 2 rows, is this coming soon? 🙂

Thanks!

May 9, 2014 at 5:37 pm 20204
Tareq Hasan Tareq Hasan

Hopefully fixed in v1.0.4 😉

May 9, 2014 at 5:38 pm 20205
Paul Paul

yep, nice!

Viewing 7 Posts - 1 through 7 (of 7 total)