Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114500

    I have created a border around a section but I want the left and right border to be moved in closer to the text.

    #1114501
    This reply has been marked as private.
    #1114964
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS or child theme style.css:

    .registration{
        width: 50%;
        margin: 0 auto;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1115522

    That worked but I’m having an issue with it on mobile. How can I define a separate style for a smaller screen format?

    #1115622
    Thai
    Moderator

    Hi There,

    Please update the provided CSS a bit:

    @media (min-width: 980px){
    	.registration{
    	    width: 50%;
    	    margin: 0 auto;
    	}
    }

    Hope it helps 🙂

    #1115916

    That worked great. Thanks

    #1116026
    Joao
    Moderator

    Great to hear it 🙂

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