Jarrett Rathert

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Widget styling, colours mostly. #8041

    Jarrett Rathert
    Free User
    Post count: 4

    update. fixed the arrow padding with

    .bootstrap-select .btn {
    	padding-right: 20px;
    }

    thanks for the help guys!

    in reply to: Widget styling, colours mostly. #8036

    Jarrett Rathert
    Free User
    Post count: 4

    That seemed to have worked, got rid of the weird artifact and the double arrow.

    The remaining arrow is right on the border, can I add some padding in somewhere? Stuck on mobile for a while so I can’t inspect elements to experiment.

    in reply to: Widget styling, colours mostly. #8029

    Jarrett Rathert
    Free User
    Post count: 4

    I will add, the circled area only shows up on desktop browsers, it does not show up on mobile.

    The double arrows do show up on desktop and mobile, though.

    in reply to: Widget styling, colours mostly. #8004

    Jarrett Rathert
    Free User
    Post count: 4

    edit: ok so I figured out using inspector with chrome which fields needed changing, added custom CSS

    
    .card {background-color: #f2f2f2 !important;}
    
    .form-control {background-color: #f2f2f2 !important;}
    
    .dropdown-menu {background-color: #f2f2f2 !important;}
    

    still have a little weirdly shaped white area I can’t seem to pinpoint however. screenshot below demonstrates.

    and of course the double arrow issue.

Viewing 4 posts - 1 through 4 (of 4 total)