CharlotteV Posted August 22, 2014 Share Posted August 22, 2014 Hi everyone, I would like to start my first thread in this forum giving thanks for all I have learn thanks to you since I have fixed a lot of problems only reading the forum. I'm configuring a wholesale shop (www.maracuyes.com) and recently I bought a theme but I am having a bunch of problems with it which I'm hoping you can help me to resolve. The first issue came when I tried to insert in the menu more categories than they have in the demo, making everything overlapped and messed up when the name of the category is longer than expected. I can't change the name of the categories because I am importing csv from my provider and they need to be coincident. Can I change the size of the fonts/menus? Here you have a few screenshots in order to show my problem better. Thanks in advance and have a nice day. (Opinions about the web are very welcome) Link to comment Share on other sites More sharing options...
vekia Posted August 22, 2014 Share Posted August 22, 2014 in cases like that inspection is necessary it's due to the fact that it's a not default template i think that it's a case of simple css tweak, but to be 100% sure i have to inspect it first :-) 1 Link to comment Share on other sites More sharing options...
CharlotteV Posted August 22, 2014 Author Share Posted August 22, 2014 Thanks for your quick answer, what do you need to inspect it? Link to comment Share on other sites More sharing options...
CharlotteV Posted August 22, 2014 Author Share Posted August 22, 2014 in cases like that inspection is necessary it's due to the fact that it's a not default template i think that it's a case of simple css tweak, but to be 100% sure i have to inspect it first :-) If I only could know the files implied in this behaviour I think I could touch here and there to try to organize it. Can you let me know how to proceed? Thanks in advance Link to comment Share on other sites More sharing options...
PascalVG Posted August 23, 2014 Share Posted August 23, 2014 In file: /themes/flatroshop/css/flatro/menu3d.css (around line 474) (make backup!) You can change the width of the full menu block (each sub menu column takes 33.33% of it): .menu3dmega.vertical .dropdown-menu { left: 100% !important; max-width: 800px; top: 0px; width: 630px; // <-- change 500px to something like 630px} Hope that does it, pascal 1 Link to comment Share on other sites More sharing options...
CharlotteV Posted August 23, 2014 Author Share Posted August 23, 2014 In file: /themes/flatroshop/css/flatro/menu3d.css (around line 474) (make backup!) You can change the width of the full menu block (each sub menu column takes 33.33% of it): .menu3dmega.vertical .dropdown-menu { left: 100% !important; max-width: 800px; top: 0px; width: 630px; // <-- change 500px to something like 630px } Hope that does it, pascal Wow!! That did the trick thank you very much. I don't know you but I need the urge to send you a pie or something hehehehe. Now my problem is that, as you can see in the screenshot I've posted, the categories without any subcategories have a lot of empty space under them (columns 1 and 2) and I would like them arranged like in the column 3. Please enlighten me again Link to comment Share on other sites More sharing options...
CharlotteV Posted August 25, 2014 Author Share Posted August 25, 2014 Any help with this? I can feel this solved with the tips of my fingers I only need a little push more Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now