• Resolved Traube

    (@traube)


    Hi,

    I’m not able to change the look from table cells – i want to have 5 padding and spacing, but wehre in the css i can change this?
    In the text editing the changes were not shown (f.e. <table class=” alignleft” cellspacing=”30″ cellpadding=”30″>) – no changing at all. Please help!

    Thanks in advance
    Dani

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi Traube,

    Could you please send the link of so that we could check and provide exact solution.

    Thanks

    Thread Starter Traube

    (@traube)

    Hi, the adress is http://www.alexandra-andersen.de and the password ist GNOJ20UL15.
    http://www.alexandra-andersen.de/?page_id=33 On this page i’ve tried, but it’s only possible to get spaces with &nbps; and br.

    The second problem is the mouseover menu. Most of time – like i want!! – the mouseover menu is brown like the menu. But at the moment it’s black and i couldn’t change it. Before two weeks it was so, too, and without doing something on next day there was the right colours. and now they are wrong again?

    Thanks
    Dani

    Theme Author Styled Themes

    (@gejay)

    Hi Traube,

    Please add the following css to fix the hover issue of menu:

    ul.sub-menu li a {
        background-color: #ddc59b!important;
    }
    .primary-navigation li a:hover,
    .primary-navigation li:hover a {
    		background: #ddc59b;
    }

    And Regarding to cell spacing please use css as below:

    td{
       padding:10px; /*use required pixel*/
    }

    Note: Use the Custom Css plugin or child theme stylesheet to write the custom css.

    Thanks

    Thread Starter Traube

    (@traube)

    Thank you very much!

    Sorry, the submenus should have the same colour like the menu. #efdfc6 and on mouseover #ddc59b with font in black. Your change in css not works!

    Thread Starter Traube

    (@traube)

    And the td change doesn’t work too!

    Thread Starter Traube

    (@traube)

    There was a mistake in the css, now it works – thanks a lot!!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Changing tables’ is closed to new replies.