BuddyDev

Search

[Resolved] Widget Format

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #4851

    Hi Mike,
    You can add another rule after

    
    .widget_mpp_media_list_widget .mpp-u-24-24{
    		width: 50% !important;
    }
    
    
     .widget_mpp_gallery_list_widget .mpp-u-24-24{
    		width: 50% !important;
    }
    
    

    That will do it.
    hope that helps. I had provided the code for text aligning left as I read in your posts you wanted something like that.
    I am glad you found the default to be better 🙂

    Hope this helps.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 36
    Mike Daugherty on #4853

    Brajesh,

    I can’t seem to get the gallery CSS to work. I tried several different changes, but none seemed to do the trick.

    Thank,

    Mike

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #4854

    HI Mike,
    I am sorry, The code should be this for gallery

    
    
    .widget_mpp_gallery_list_widget .mpp-u-1-1{
    	width: 50% !important;
    }
    
    

    Please use it instead. Hope that helps.

  • Participant
    Level: Enlightened
    Posts: 36
    Mike Daugherty on #4872

    Brajesh,

    Once again, you are the man! The correction worked perfectly.

    Thanks so much for your support.

    Mike

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #4873

    Hi Mike,
    Thank you. Always happy to help 🙂

The topic ‘ [Resolved] Widget Format’ is closed to new replies.

This topic is: resolved