[Resolved] Footer widget display problem

Home Forums Support [Resolved] Footer widget display problem

Home Forums Support Footer widget display problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1570471
    js bhullar

    hi there

    i am having footer with 4 widgets but the first widget area does not show up properly as it appears in very small size compared to other 3 widgets

    please help in resolving the same

    #1570524
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see what the issue is

    #1570553
    js bhullar

    Sure David

    Site address is https://meharcs.com

    Logo in first footer widget appears very small in size and there is no uniform size and alignment of all 4 widgets

    #1570706
    David
    Staff
    Customer Support

    Go to Customizer > Additional CSS and DELETE this CSS:

    /* footer widget spacing */
    
    @media (min-width:1025px) {
        .footer-widgets .footer-widget-1 {
            flex-basis: 15%;
            padding-right: 80px;
        }
    
        .footer-widgets .footer-widget-2 {
            flex-basis: 20%;
        }
    
        .footer-widgets .footer-widget-3 {
            flex-basis: 30%;
        }
    
        .footer-widgets .footer-widget-4 {
            flex-basis: 35%;
        }
    }
    
    @media (max-width:768px) {
    
        .footer-widgets .footer-widget-1,
        .footer-widgets .footer-widget-2,
        .footer-widgets .footer-widget-3,
        .footer-widgets .footer-widget-4 {
            width: 100%;
            text-align: center;
        }
    }
    #1571009
    js bhullar

    Thanks David for prompt reply. Problem is resolved

    #1571256
    David
    Staff
    Customer Support

    Glad to hear that

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