It is not centered in the sidebar – how can I do that?
And how can I change the font color of the button below the 9 IG pictures?
Best regards,
Tobias
Hey transformmedia,
Please try the following in Quick CSS under Enfold->General Styling:
.inner-sidebar {
margin-left:0;
}
.av-instagram-follow {
color:red;
}
Best regards,
Rikard
This doesn’t work for me. I tried it and also deleted cache, but no changes.
Hi there,
try this:
Sidebar
.inner_sidebar {
margin-left: 0px !important;
padding: 0px 25px 25px 25px;
}
Button
.av-instagram-follow.avia-button{
color: #000000 !important;
}
Regards
Alex
Hi Alex,
Thanks for helping out, it’s much appreciated. Did that work better for you @transformmedia?
Best regards,
Rikard
Thank you very much, this helped me! :-)