• Hi Kharis,

    for some reason my website footer got some problems

    1-4th widget is not levelled properly

    2-social media icons not showing properly

    3-copyright text aligned left i tried this code but no luck

    .site-info div[class^=”col-md-“] {
    width: 100%;
    text-align: center;
    font-size: 10px;}

    there is a code that made the column 50% i dont know where it is coming from ? i found this in inspect element

    @media?(min-width: 992px)?{.col-md-6?{width: 50%;}}

    kindly guide me please your help really appreciated.

    Regards

    Fatima

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

    Viewing 3 replies - 1 through 3 (of 3 total)
    • Hi @fatimashaz,

      Let’s address your issues one by one.

      1-4th widget is not levelled properly

      Go to Appearance > Customize > Footer > Footer Widgets > enable “Top” option for “Vertical alignment”. Ref: https://i.snipboard.io/xgkem7.jpg

      Thread Starter fatimashaz

      (@fatimashaz)

      Hi Kharis

      Thanks for your prompt reply. I enabled top but the copyright text is levelled now but its still aligned left please also advice on this.

      thanks

      Hi @fatimashaz,

      Copyright area is separate section that may require separate method to achieve centered text.

      Try adding this simple CSS code to your site’s Additional CSS.

      .site-info .col-md-6 {
      min-width: 100%;
      text-align: center;
      }
    Viewing 3 replies - 1 through 3 (of 3 total)
    • You must be logged in to reply to this topic.