Before you ask please READ THIS

Category widget size

in Fame Posts: 119
Hi again,
I do have another question and I'm very sorry to bother.. I've been trying to deal by myself with css but nothing changed.. :-)
Please see the image.. is that possible to enlarge the sidebar to set the layout when I have long category?
If you see there are the two "+" on the same line..
I tried to use this code but nothing:
#secondary.widget-area {
width: 280px;
}
or
#secondary.widget-area {
width: 20%;
}

:-(
screenshot_air_new.jpg
1366 x 768 - 149K

Comments

  • AirAir
    Posts: 10,970
    Hello

    In responsive layout such changes should be tested a lot, so I don't recommend it. Lets better focus on folding of long name.

    Hmmm, I have just checked and it folds as it should, see image
    image

    I have tested in firefox and chrome. Have you changed something?

    With kind regards.
    ss-2015-07-17_10-28-25.png
    266 x 128 - 6K
  • Posts: 119
    actually nope.. the problen is on the wine - region - trentino alto adige... is the third child category..the first category works fine.. isn't it possible to tell to system to keep writing on the line below if the text is too long?
  • AirAir
    Posts: 10,970
    Can you give me link to that page, cause I can't locate it?
  • Posts: 119
    It's the shop page.... :-) you should click on wine --- region
  • AirAir
    Posts: 10,970
    OK my bad, I didn't notice this is happening in submenu. Plugin that you use for this is very poorly written.
    However this CSS should help some:

    #outer_ul li {
    position: relative;
    }
    #outer_ul li a {
    margin-right: 19px;
    }
    #parent {
    position: absolute;
    top: 0px;
    right: 0px;
    }
    With kind regards.
  • Posts: 119
    Thanks my friend.. it work perfectly...
    :-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion