Okay
  Public Ticket #388605
Portfolio items cropped
Closed

Comments

  •  2
    Dietmar started the conversation

    Hi Tahir.

    1. Some problems with the portfolio images. The last row of images is cut by the footer area (or perhaps behind the footer area?).

    2. Page header title and page header sub title are in one row. How can I change that so that they are under each other (two rows)?

    Tanks in advance.

    Dietmar

  •  8,849
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .row.portfolio-items.no-masonry.constrain-max-cols {
        padding-bottom: 40px !important;
    }
    .row .col.section-title h1 >span {
        display: block;
        padding-left: 0px !important;
    }


    Thanks


    ThemeNectar Support Team