• vshalgupta92

    (@vshalgupta92)


    Hello,
    The photo attached in the topic shows how my footer column 1 text is not in line. Right part has A- Email sign and phone sign. I want it to be same as my desktop view, ie. A-/A.. SHALL BE TOGETHER STARTING FROM THE NEXT LINE. and email sign with the email Id and same for phone sign. I want to to be consistent for all the mode of view in desktop tablet and in mobile.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Go to your Dashboard > Appearance > Customize > Additional CSS
    Add this to the Additional CSS:

    #top-footer .textwidget {
      width: 85%;
    }

    Good Day,
    Best Regards.

    Thread Starter vshalgupta92

    (@vshalgupta92)

    Hey sabina, I want this to be in line only in mobile view. In desktop view it is okay. I want to to be changed only in mobile view.

    Hey,

    For only mobile view, please add this replacing the above code.

    @media (max-width: 480px){
      #top-footer .textwidget {
      width: 85%;
      }
    } 

    Good Day,
    Best Regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Footer test alignment’ is closed to new replies.