Footer for theme not responsive?

Home Forums Drizzle Business Footer for theme not responsive?

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Saurab Chand 8 months, 3 weeks ago.

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

    nageshshukla
    Participant

    Hi There,

    Thanks for the beautiful theme, just a small issue that i am facing is the footer of the theme doen’t seems to responsive.
    Any help will be appreciated.

    URL: http://www.shreeadityaconsultants.com

    #1479

    Saurab Chand
    Moderator

    Hello,

    Please add the below given css to Dashboard -> Appearance -> Customize -> Additional CSS

    #footer-widgets .footer-active-4 {
      width: 100%;
    }

    Hope this helps.

    Best regards.

    #1513

    nageshshukla
    Participant

    Thank You Saurab,

    this worked perfectly fine in mobile devices but now the desktop version is not good.
    Any other option?

    #1514

    Saurab Chand
    Moderator

    Hello Nageshshukla,

    Please remove the previous code and add the below given css to Dashboard -> Appearance -> Customize -> Additional CSS.

     @media screen and (max-width: 768px){
       .footer-active-4{
           width: 100%;
        }
    }
    

    I hope your footer is completely responsive now.

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

You must be logged in to reply to this topic.