• Closed
  • Manfred Schweda
    Spectator
    March 18, 2018 at 10:51 pm #36624

    Hi,
    maybe I messes something up…
    to keep the content box buttons under the p section of the content boxes
    .content-box p {
    margin: 20px 0 70px 0;
    }
    But that and other stuff put a lot of white space between the boxes and the next section
    Cannot figure out how to change this.
    Thanks f help
    Manfred
    generizon.com

    Priyank
    Spectator
    Posts: 747
    March 19, 2018 at 5:58 am #36625

    Hello,

    Add Below custom css on your Additional css area

    .hentry{
    padding-bottom: 0px;
    }
    @media (min-width: 1220px)
    .content .homepage-content {
    padding-top: 0px;
    }

    Thank You

    Manfred Schweda
    Spectator
    Posts: 36
    March 19, 2018 at 10:03 am #36626

    Thank You for fast reply
    This though gives an
    expected LBRACE error

    Also it does only make the white space a little smaller
    There is still huge unnecessary white space under content boxes
    I have no idea how o control that
    generizon.com
    Rgds
    Manfred

    Priyank
    Spectator
    Posts: 747
    March 20, 2018 at 8:14 am #36630

    Hello,

    Please Add below custom css on your additional css area


    .content-box p{
    margin: 20px 0 0px 0;
    }
    .home-content-boxes .cntbox_btn{
    position: unset;
    }
    @media (min-width: 1220px){
    .content .homepage-content {
    padding-top: 0px;
    }
    }

    Thank You

    Manfred Schweda
    Spectator
    Posts: 36
    March 25, 2018 at 7:55 pm #36652

    hi, the content boxes is all fine on the wider displays,
    http://generizon.com/Screen%20Shot%202018-03-25%20at%206.53.29%20PM.png
    just when the display goes to mobile size, the content box buttons overlap with next content box, and leave a lot of white space beween the text and the button.
    http://generizon.com/Screen%20Shot%202018-03-25%20at%206.53.49%20PM.png
    thanks, APPRECIATE
    Manfred

    Priyank
    Spectator
    Posts: 747
    March 26, 2018 at 6:58 am #36653

    Hello,

    Add Below custom css in your top of the Additional css area

    @media (max-width: 768px){
    a.read-more{
    padding: 28px 12px 25px 25px !important;
    }
    .home-content-boxes .cntbox_btn{
    position: relative;
    height: 45%;
    }
    .home-content-boxes .content-box{
    padding: 0px;
    }
    .content-box{
    margin-bottom: 0px;
    }
    }

    Thank You

    Manfred Schweda
    Spectator
    Posts: 36
    March 26, 2018 at 10:45 am #36654

    Hi, this doesn’t do the trick.
    if I take out the height argument and replace it with auto then it displays correctly in wide and in mobile screen width…. but I don’t know how to address it in CSS.
    http://generizon.com/Screen%20Shot%202018-03-26%20at%209.43.09%20AM.png
    Rgds, thanks

    Priyank
    Spectator
    Posts: 747
    March 26, 2018 at 12:14 pm #36655

    Hello,

    We have check your problem but i have see content not display in wide format.

    Please check below screenshot

    http://prntscr.com/iwh02g

    Thank You