problem with button group "contact with instructor" on widgets

Home Forums Legacy Support Support queries How-to & Troubleshooting problem with button group "contact with instructor" on widgets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2574
    Vladislav
    Spectator
    problem with button group "contact with instructor" on widgets: https://yadi.sk/i/jgtCCF6DjgwGg and how I can make buttons there: https://yadi.sk/i/Pt9vJSuSjgwmF  is bigger
    #2719
    Anshuman Sahu
    Keymaster
    1. Add this css to fix the widget issue  : .widget ul.instructor_meta { text-align: center; }   .widget ul.instructor_meta li { width: 50%; float: left; margin: 0; padding: 0; display: inline-block; } 2. Please try adding the given css from wp-admin -> appearance ->customize ->custom css : a.button.tip { padding: 10px 48px !important; }  
    #2805
    Vladislav
    Spectator
    I make: a.button.tip { padding: 10px 36px !important; } And looks cool: https://yadi.sk/i/X8ppCOVGjiXvm Thank you!   But in widget for all size of buttons different padding on left and right side: https://yadi.sk/i/RoqqLnr4jiY35 If we can hide these buttons on widgets it will be cool! If we can't how to make with true padding?
    #2908
    Anshuman Sahu
    Keymaster
    Remove the previous css for the widget and  Add the css to hide the buttons from the widget  :

    .widget ul.instructor_meta li {

    width: 50%;

    float: left;

    margin: 0;

    padding: 0;

    display: none;

     

    }

    #2987
    Vladislav
    Spectator
    Perfect! Thank you!
    #3139
    Anshuman Sahu
    Keymaster
    Marking as resolved and closing the topic .
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘problem with button group "contact with instructor" on widgets’ is closed to new replies.