New Landing How can we help? Themeforest Theme Support Joyn How adjust background footer for a specific column ?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #183383
    mengeco
    Member
    Post count: 558

    Hello,

    In my footer, I change background of 2nd column

    #footer-widgets > .col-sm-4:nth-child(2) {
    	background-color: #5386b4!important;}

    How to make the background extends to the bottom, and for all screen sizes ?

    I used a fixed height
    min-height: 290px;
    But it don’t work on iPad

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #183481
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What’s your link?

    – Kyle

    #183703
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #183729
    Nishant – SUPPORT
    Spectator
    Post count: 649

    You mean to say the footer to stick to bottom? You don’t want black section below your footer?

    #183750
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #183833
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 991px) {
    #footer-widgets > .col-sm-4:nth-child(2){
    min-height:250px !important
    }
    }

    Thanks
    Mohammad

    #183921
    mengeco
    Member
    Post count: 558

    Very good! Thanks for your help Mohammad

    #183927
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register