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
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
Hi details attached thanks!
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
perfect, thanks as ever for your help