Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #265317

    Hi
    I’m using the avia layout builder, an work with your table layouts. I need to put multiple different tables after each other with same rows and columns. Problem is, the table change it’s width relating to the content within the tds and ths and every tables looks then different. I want to give the first column a specific size, but only for one site and specific tables, for example 30%.

    For the moment I solved the problem by putting this in my style.css of child theme:
    tr:first-child th {
    width:50%;
    }

    At least, now I have all columns the same width. But this is now rule for every tables on this website. I would like to change only specific tables. And I wanna have the first column 30% width. For this, I should have the possibility to put a new class for a column. But how?

    How can I do this?
    And other question: How is it possible to change the source code of one site, for example to put an anker into the source code of a page?

    See also: http://www.avcare.ch/kandidatenprofile

    #265334

    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    For anchors i recommend using the Color sections. If you edit a color section, you can enter an ID for it.

    #265417
    #265427

    Hi
    I know the possibility with the color section. That was only an example. But how to change the layout of one single table in one single page, for example one th cell? Or the size of one column?

    I think I should use than a class for that cell. But how do I add a class for that specific cell?

    René

    • This reply was modified 10 years, 6 months ago by baiker.
    #265432

    Hi!

    You can add a class to the element ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) then target the cell easier. If you can point out the element we can help you after you add a class to your element

    Cheers!
    Yigit

    #265441

    Hi Yigit
    Thanks, that’s great!!!!! Will try it immediately… and I will study the documentation more carefully ;)

    • This reply was modified 10 years, 6 months ago by baiker.
    #265449

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

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