Tagged: x Author Posts May 28, 2016 at 12:29 am #1014039 Fred CParticipant Hello there, i cannot find the css solution to create more right margin on my footer text widgets. See http://www.wellcoll.nl Can you help with the css code to achieve this?> thanks May 28, 2016 at 2:01 am #1014098 FriechModerator Hi There, Thanks for writing in! It seems the issue is the border on your text widget. Please look for this custom css on your customizer and remove it. .widget { border-right:1px solid white; } And then add this code instead. @media (min-width: 768px) { .x-colophon .x-1-4 { border-right: 1px solid white; padding-right: 4%; } } Hope it helps, Cheers! May 28, 2016 at 6:39 am #1014285 Fred CParticipant Works, many many thanks!! May 28, 2016 at 7:03 am #1014298 ThaiModerator Glad it worked 🙂 If you need anything else please let us know. Author Posts <script> jQuery(function($){ $("#no-reply-1014039 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In