Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1083813
    Lynda R
    Participant

    Hi,
    Is there a way I can modify the size of the drop-down text box on the blog widgets for archives and categories? I have set them to appear as drop-down menus by the size of the text box is obscuring the type. Please see attached screen shots. The site url is: http://www.maureenmurdock.com.
    Lynda

    #1084256
    Prasant Rai
    Moderator

    Hello Lynda,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    select#archives-dropdown-2 {
        padding-top: 1px !important;
    }

    Thanks.

    #1085516
    Lynda R
    Participant

    Thanks much! That worked. Now I need to do the same for the categories drop-down menu.
    I tried select#categories-dropdown-2, but that didn’t work. How do I customize that element?
    Lynda

    #1086182
    Prasant Rai
    Moderator

    Hello Lynda,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    div#categories-3 select#cat {
        padding-top: 1px !important;
    }

    Thanks.

    #1087469
    Lynda R
    Participant

    That worked. Thanks!
    Lynda

    #1087499
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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