Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014039
    Fred C
    Participant

    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

    #1014098
    Friech
    Moderator

    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!

    #1014285
    Fred C
    Participant

    Works,

    many many thanks!!

    #1014298
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1014039 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>