Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420005

    mdegla
    Participant

    hi, Please HElp Me Fixing The Widgets icon Direction

    Thanks

    #1420081

    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    .h-widget {
        position: relative;
        padding-right: 30px;
    }
    .h-widget:before {
        position: absolute;
        right: 0;
        top: 3px;
    }

    Hope it helps 🙂

    #1420098

    mdegla
    Participant

    thanks for your reply
    you remind me of the :before selector
    but the one that actually worked was the :after Selector

    .x-sidebar .h-widget:after{
    	position: absolute;
    	right: 0px;
    }
    
    .x-sidebar .h-widget{
    	position: relative;
    	font-weight:600;
    	letter-spacing:0px;
    	word-spacing:0px;
    	float:right;
    	width:100%;
    	font-size:16px;
    	padding-right: 25px;
    }
    
    #1420126

    Thai
    Moderator

    Glad you’ve sorted it out 🙂

    If you need anything else please let us know.