• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

RESOLVED Alignment Issues on Theme

Messages
2
Likes
0
Points
1
#1
Hello There Support Forum

I trust you are keeping well.

I am using this plugin on my website and I am having an alignment issue with this on my footer where it displays the social slider widget; I have tried to update this using custom CSS but it looks like the plugin doesn't acknowledge the changes, I have used my Themes Custom CSS entry point and a third party plugin as well as the WordPress CSS customizer.

This is the website URL - SANTOS – Lifestyle Storage Solutions

This is the CSS I need to update which just won't change or update:

.jr-insta-thumb ul.thumbnails
{
list-style: none;
font-size: 0;
margin-left: -2.5%; (need to remove this)
}

Please let me know if I am doing something wrong when trying to change the CSS.

I look forward to the help and assistance.

Kindest Regards,
Oliver
 

Temyk

Developer & Support
Messages
1,129
Likes
42
Points
48
#2
Hello.

CSS:
.jr-insta-thumb ul.thumbnails
{
margin-left: 0 !important;
}