Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1302133
    MB
    Participant

    Hi,

    How do we style the email form submit button in sidebar on blog posts and archive pages https://mbguiding.ca/trip-reports to same as Contact Us button in footer? Not full width.

    Thanks, MB

    Vancouver Island Hiking Guide

    #1302395
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media (min-width: 481px) {
    	.x-sidebar .x-subscribe-form fieldset:last-of-type {
    		width: 50%;
    		margin-right: auto;
    		margin-left: auto;
    	}
    }

    Cheers!

    #1302514
    MB
    Participant

    That’s not the solution. The email form in sidebar has a class assigned to it: “sidebar’

    #1302541
    Friech
    Moderator

    Hi There,

    Sorry but I dont see the class sidebar on that form.


    screenshot

    The code is to reduce the fieldset width and not to have a full-width, the button width will just respond to that. Would you mind to clarify what you’re trying to do?

    Thanks.

    #1302546
    MB
    Participant

    [RESOLVED] We found the target! 😀

    #1302595
    Paul R
    Moderator

    Glad to hear that. Have a nice day! 🙂

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