Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #641590

    Hi

    I am trying to add in some column space – neither the automatic column spacing or No spacing – but an amount I define – but I can;t get it to work, it’s the 4 coloured columns on the attached site

    I am sure you gave me this code before and it worked on another site but doesn’t seem to be working here

    div .av_one_fourth {
    margin-left: 1%;
    width: 23.5%;
    }

    many thanks

    Ian

    #642357

    Hi Ian,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #642493

    Hi details attached thanks!

    #643052

    Hi,

    Applying a margin is not going to work because the display property of the columns is set to table-cell. Try this instead:

    #top #story .flex_column_table {
        border-collapse: separate;
        border-spacing: 3px;
    }

    Best regards,
    Ismael

    #643143

    perfect, thanks as ever for your help

    #643332

    Hi,

    Glad we could help :-)

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.