[Support request] I want to hide these line on mibile

Home Forums Support [Support request] I want to hide these line on mibile

Home Forums Support I want to hide these line on mibile

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

    Hi

    I need another HELP. I want to hide these line on mible. I attached the screenshot. Please take a look and help me once again, GP Team.

    Screenshot; https://prnt.sc/v0f0h7
    Site: https://www.hakhapost.com/

    Thanks

    #1491653
    David
    Staff
    Customer Support

    Hi there,

    remove this CSS:

    .footer-widget-1 {
        text-align: center
    }
    
    .footer-widget-2 {
        text-align: center;
        border-left: 1px solid #c9c9c9;
        padding-right: 20px
    }
    
    .footer-widget-3 {
        text-align: center;
        border-left: 1px solid #c9c9c9;
        padding-right: 20px
    }
    
    .footer-widget-4 {
        text-align: center;
        border-left: 1px solid #c9c9c9;
        padding-right: 35px
    }

    And ADD this CSS:

    .inside-footer-widgets {
        text-align: center;
    }
    .footer-widget-2,
    .footer-widget-3 {
        padding-right: 20px;
    }
    .footer-widget-4 {
        padding-right: 35px;
    }
    @media(min-width: 769px) {
        .inside-footer-widgets > div:not(first-of-type) {
            border-left: 1px solid #c9c9c9;
        }
    }
    #1492232
    vanbawilian

    Hi

    David

    Thanks you. It works perfectly.

    #1492236
    David
    Staff
    Customer Support

    Glad to be of help

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