Q2A Market - Support

We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.

Some bugs and suggestions about FlatBox Theme

Hello
thank you for the FlatBox theme
I have several suggestions which really appreciate if you apply for the next update

1) The top menu is not in center

not sure if this was intentional but why is the title and menu is in the left and is not aligned with the main content?
can you please fix that?

2) Search box on sidebar issues

The search icon is not aligned with the search box.

3) Number of votes on the single page - responsive design

As you can see, the number of votes box is in the left side and the content is under it when the screen gets smaller.
can you make it like the main page where if the screen gets smaller, the number of votes gets to left and content goes to right?

I will update the topic with more suggestions in future. If anyone else wants to add something, please do so.
thanks again for the theme

opened on Oct 30 in FlatBox

1 Answer

 
Best answer

Thanks your suggestion, I appreciate it. We have note down it all and will try to implement whenever it is possible.

Search box issue will be fix in next release.

answered Nov 2
selected Feb 2

The search box issue has been fixed. However rest of the things you reported are not the bug but the design for the smaller devices.

just downloaded the latest version, thanks for the fix. But it is only fixed for Chrome, I tested in Firefox and IE and the search icon still has issues.

Also the top menu thing is very annoying in my opinion. I have never seen a website where it's header is not aligned with the content. It is just very hard to look at. Not sure if other people feel the same way. I applied the following changes:

.qam-main-nav-wrapper {
    margin: 0 auto;
    width: 1024px;
    padding: 10px 0;
}

and

#qam-topbar.fixed {
    background: none repeat scroll 0 0 #2c3e50;
}

and the results look like this :

if you believe this looks better, please apply changes.

Thanks