Footer CSS Customization

  • Hello I am using the triton lite theme and I would like to know if there’s a snippet for the following.

    In the footer there’s 3 dark blue images, is there a snippet to make those images be more separate from each other and also for those images not to be adjacent to the padding line from the top?

    The blog I need help with is: (visible only to logged in users)

  • Update: I added another image to that footer so now there’s 4 in total. I noticed that once I added that 4th image the social icons from the right side of the menu bar changed position to the right a little bit. Is there a snippet to have those icons be where they where before I added the 4th image?

  • Here’s some code to help with the footer image spacing:

    #footer .widget_image {
    	padding-right: 10px;
    	padding-top: 10px;
    }

    I can’t see your social links (even with ad-blocking browser extensions turned off) so I can’t help with that bit, sorry.

  • The topic ‘Footer CSS Customization’ is closed to new replies.