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

    Hi Everyone,

    Sorry to ask butI am struggling to insert a Black Square, Black Circle, Black Rectangle or Black Oval into the Enfold Table. I am using symbols to show that a size is available (rather than a ‘check’ mark).

    I cannot work out the CSS code and the code to insert into the relevant box on the table.

    I have looked at inserting html code such as ‘& # 9632;’ but I cannot resize the box.

    In CSS I have tried
    #square {
    width: 100px;
    height: 100px;
    background: red;
    }

    However, I do not know what code to enter into the Table on the page to make this appear.

    Sorry if this is a basic question but can you help please?

    Thanks
    Neil

    • This topic was modified 9 years, 1 month ago by NeilJC.
    #509697

    Hi Neil!

    Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea. Are these images your trying to insert?

    You can set you reply as private if you wish.

    Best regards,
    Elliott

    #509741

    Hi Elliott,

    I’ve decided to use a workaround. My original plan was to add code to an Excel spreadsheet and then paste into Enfold as a table as below (private). The symbols I wanted were Squares, Circles and Rectangles but just could not work it out.

    I have now inserted a ‘check’ to show sizes available and this seems to work OK?

    All I need now is the css code to center all text both vertically (vertical-align:middle) and horizontally (text-align:center) for each cell in the table, so I ca add to the custom css area in enfold.

    I will be creating several tables for different products – will I need different css for each table?

    Thanks for your help
    Neil

    #509847

    Hi Neil,

    For centering the content please try the following in Quick CSS:

    td {
        vertical-align: middle !important;
        text-align: center !important;
    }

    Regards,
    Rikard

    #510267

    Hi Rikard,

    Thank you – that solved the ‘centering’ issue :)

    I have to replace the ‘checks’ with a circle – can you tell me how to do this using quick css please?

    Also, our customer is saying that the website in general is too ‘spacey’ – is it possible to squeeze the elements closer together (vertically) please?

    Thank you
    Neil

    #510518

    Hi,

    You could try just inserting · into the td to see if that works http://www.ascii.cl/htmlcodes.htm

    Best regards,
    Rikard

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