Making WordPress.org

Ticket #6366: 6366.diff

File 6366.diff, 719 bytes (added by weboccults, 17 months ago)

Patch created to resolve Footer widgets need spacing

  • browsehappy.com/public_html/style.css

    From 127050f4a5df9d0387462d57bc9db38e8ccfea2d Mon Sep 17 00:00:00 2001
    From: Pratiksha <prati.weboccult@gmail.com>
    Date: Fri, 24 Jun 2022 11:04:39 +0530
    Subject: [PATCH] footer space corrected for mobile
    
    ---
     browsehappy.com/public_html/style.css | 2 ++
     1 file changed, 2 insertions(+)
    
    diff --git a/browsehappy.com/public_html/style.css b/browsehappy.com/public_html/style.css
    index c47fb0a6e..f501cf5ea 100644
    a b html[dir="rtl"] #share nav li { 
    623623        }
    624624}
    625625@media (max-width: 705px)  {
     626        #about { width: 55%;}
     627        footer #about p { margin-right: 15px;}
    626628        #main .wrap {
    627629                max-width: 460px;
    628630        }