• Resolved qaammar1234

    (@qaammar1234)


    Hello,
    I am using the Circumference Lite Theme for my website. This is my website: https://www.jasperplace-cfrc.com/. I am trying to customize the footer but whatever changes I make in style.css or footer.php, it never works. I tried to place an image in the footer, so first I entered this code in my footer.php file :
    <div id=”cir-footer-menu”>
    image
    </div>
    But when I tried to resize my image in style.css file it does not work. Please Help !!!!

Viewing 1 replies (of 1 total)
  • HI @qaammar1234,

    It seems you are directly customizing parent theme template, doing this will overwrite your all changes during theme update. So please use child theme for overwriting parent theme template. In you requirement you can copy footer.php template of parent theme and copy it on child theme. Then you can do what ever on footer.php template of child theme.

    You can provide width for container so image will resize accordingly:

    #cir-footer-wrapper #cir-footer-menu {
    width:200px;
    }

    We recommend you to make use of existing Bottom sidebar , you can drag text widgets and place image tag on content area. Here you can add up to four column.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Footer Customization’ is closed to new replies.