The header of VM category page has an issue

GK User
Fri Oct 30, 2015 3:14 pm
Hi,

I have Joomla 3.4.5 + VM 3

On the demo page of storefront, we see something nice and beautiful:
http://www.awesomescreenshot.com/image/ ... 58916fa92b

On my website http://goo.gl/B98ekk, it is not align as it is in demo:
http://www.awesomescreenshot.com/image/ ... e28e90111c

Someone can help me please to fix that?

Regards

Gauthier
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 9:09 am
Please provide an url to exact place where this issue can be seen.
User avatar
Moderator

GK User
Sat Oct 31, 2015 1:13 pm
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 1:19 pm
Please verify if you have VM css and VM jQuery disable in VM configuration.
User avatar
Moderator

GK User
Sat Oct 31, 2015 1:25 pm
Thank you so much! That was the issue but it is 50% fixed. Please refresh the page and see the label field :TRIER PAR" which is in 2 lines instead of same line.
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 1:38 pm
Your text is longer than default and width of this field is fixed, so you need to do small css change...
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
.orderlistcontainer div.title {
    width: 64px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Oct 31, 2015 1:44 pm
Thank you.

I did the change, enable css override in template config and clean cache, but I don't see the change. Is it because css compress is enable? How to fix this?
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 1:51 pm
Perhaps yes, please disable css compression and verify it it works correctly.
User avatar
Moderator

GK User
Sat Oct 31, 2015 1:55 pm
I disable all about CSS:
http://www.awesomescreenshot.com/image/ ... 885cbed86b

It still doesn´t take the changes.
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 1:57 pm
Done! Sorry it was my fault. I copy paste
CODE: SELECT ALL
.orderlistcontainer div.title {
width: 64px;
}

Instead of

.orderlistcontainer div.title {
width: 64px;
}

Thank you so much for your help.

You could see I have other request for storefront in forum. If you have time.
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 2:00 pm
I have deleted your "bumps" causing the threads to appear in our "new questions" panel.
I'll check them later and answer if I'll be able to, if not, other moderators will take a look.
Next time please do not reply to your own threads, because it makes you wait longer.
User avatar
Moderator

GK User
Sat Oct 31, 2015 2:28 pm
Ok. Thank you very much again for your help.
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 2:31 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Sat Oct 31, 2015 6:56 pm
No thank you.
User avatar
Junior Boarder

GK User
Mon Nov 02, 2015 9:55 pm
Feel free to post new forum threads if you have any other questions.
User avatar
Moderator


cron