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

    Hello Everyone!

    Sorry to bother you, I would like to put a thin grey line between the 1/4 block on the left and the main content on the right of this page.

    I have seen on other post i have to put a css code, but everyone i’ve tried did not work.

    Can you help me? .

    Thanks in advance,
    Foti

    #1207561

    Hey Arcadia93g,

    Add this to quick css:

    .page-child.parent-pageid-25 .flex_column.avia-builder-el-last{
      border-left: 1px solid gray!important;
      padding-left: 50px!important;
      min-height: 960px!important;
    }

    Best regards,
    Jordan Shannon

    #1207786

    Thanks Jordan for the quick reply, I costumized a bit the code to better adat it to what i needed, i didnt want the grid row to be have a line too.

    I costumized it as follow :

    .page-child.parent-pageid-25 .av_one_fourth{
    border-right: 1px solid #e2e2e2!important;
    padding-right: 50px!important;
    min-height: 520px!important;
    }

    It almost worked as i wanted, unfortunatly it included the line to the footer too…Is there a way to exclude footer from the comand?

    Cheers,
    Giona

    #1207945

    Hi,

    Add the following:

    .page-child.parent-pageid-25 #footer .av_one_fourth{
    border-right: none!important;
    padding-right: 0px!important;
    min-height:100%!important;
    }

    Best regards,
    Jordan Shannon

    #1208533

    All works smoothly!
    Thanks for the amazing support!

    #1208538

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Borther between blocks’ is closed to new replies.