Hi
I needed to create 14 categories (some with subcat.) so the menu showing all but there is a problem that subcategories of the first line of categories passes under second line of categories, so we can't click on some of these subcategories-
I hope you understand my bad english and help me, what can I do?
thanks
Massimo
Subcategories problem
8 posts from 4 voices-
Posted 9 months ago #
-
Hi Massimo,
Can you setup a few sub-categories on your website so we can see for ourselves?
Regards,
MyaPosted 9 months ago # -
Hi Mya
thanks for help, take a look: http://www.firenze.ws
you can see subcat. problem on: spettacolo
so if I set-up others it is impossible to use thats.
I am waiting for solution
regards
MassimoPosted 9 months ago # -
Hi Massimo,
The second menu in your menus manager will need to have less menu items. I don't think there is a way to increase the amount of space for them and keep the layout of the theme looking good.
Regards,
Devin
Posted 9 months ago # -
Hi
I want try to reduce heght of the box categories, how can I do that?
thanks
MassimoPosted 9 months ago # -
Hi,
Please enter into Quick CSS. If you don;t like the result, change the 25px to a different number (currently you are at 50px of space)
.entry{padding:0 0 25px 0px;}Thanks,
Nick
Posted 9 months ago # -
hi
I changed here:
.entry{
position:relative;
float:left;
width: 100%;
clear: both;
padding:0 0 25px 0px;
overflow: hidden;
} BUT NOT THE BOX HEIGHT DOESN'T CHANGEPosted 9 months ago # -
Hi,
Please add this to change height,:
.doubleentry {height:200px}The CSS below controls the look of the rows and the individual boxes. (it is not modified.) If you need to tweak it some more, please look for this code in style.css around line 768:
#top .doubleentry .entry-content{ width:280px; } #top .doubleentry .entry{ padding-left:20px; position: relative; left:0 !important; left:20px; width:280px; clear:none; } .doubleentry{ margin-left:-20px; float: left; clear: both; width:600px; } .fullwidth .doubleentry{ width:980px; } .fullwidth #main .doubleentry .entry, .fullwidth #main .doubleentry .entry-content{ width:470px; }Thanks,
Nick
Posted 9 months ago #
Reply
You must log in to post.














