• Resolved Fabio

    (@fpuccinelli8)


    Hi,

    I just noticed that there is a new column for Social Profile in the footer copyright area. How do I remove the Social profile in the footer copyright area (column)
    I just want the Footer Credits. Currently, the Footer credits is in the first (left column) while the Social Profile Column (right column)is blank.

    I’d like for the Footer Credits to be the full width of the copyright area.

    Thanks,
    Fabio

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Fabio

    (@fpuccinelli8)

    Hi guys,

    After much digging, was able to find the CSS for this area.

    I’ve added this custom CSS to my Additional CSS area.

    /*Aug 26, 2021 remove the Social profile in the footer copyright area (column) and increase Sydney Pro Credit Footer width to 100% */
     
    .col-md-6 {
        width: 100%;
    }

    It works, but is this okay?

    Fabio

    Hi Fabio,

    Your code hasn’t yeet been specific because other areas also have .col-md-6 class names.

    Try this code for specific to only site’s footer credit area.

    
    .site-info .col-md-6 {
        width: 100%;
    }
    

    Regards,
    Kharis

    Thread Starter Fabio

    (@fpuccinelli8)

    Hi Kharis,

    Thank you for replying to my query.
    I knew you would have the solution.

    I had this but was not sure:

    /*Aug 26, 2021 remove the Social profile in the footer copyright area (column) and increase Sydney Pro Credit Footer width to 100% */
     
    .col-md-6 {
        width: 100%;
    }

    Your CSS Class is more specific.

    You’re great!
    Much Appreciated.

    Fabio

    You’re welcome Fabio!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social profile in the footer copyright area’ is closed to new replies.