Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #580410

    Hi there,
    ich want to add a vertical seperator between columns: http://www.dasdock.de
    I tried some css I found in the forum but it doesn’t work:
    .page-id-12 .flex_column .av_two_third .flex_column_div first {
    border-right: 1px solid black;
    margin-right: -1px;
    }
    Can you help, please? Anyone?
    Oli

    #580797

    Hi Oli,

    I’m not sure exactly where you want these separators, could you post a screenshot highlighting your intentions please? I could see one under Aktuelles, so you maybe you got it fixed already?

    Thanks,
    Rikard

    #580930

    Hi Rikard,
    please see the red line in the screenshot.

    http://dasdock.de/wp-content/uploads/2016/02/Bildschirmfoto-2016-02-10-um-09.12.27.png
    Thanks
    Oli

    #581509

    Hi,

    Ok I understand now, you can try the following in Quick CSS:

    .avia-builder-el-5 {
    border-right:1px solid red;
    }

    But I would recommend you to layout your pages using a sidebar instead of using the builder.

    Best regards,
    Rikard

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