Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #780422

    change distance between icon and text

    In my Sidebar i show telephone and mail in a text-widget -. How can I change this distance and bring the icon closer to the text?

    #780425

    Hey mexi33330,

    Can you give us a link to the page in question so we can take a closer look?

    Best regards,
    Sarah

    #780430

    You can see it in the Link in private content:

    #780484

    i solve the problem with this code

    .avia-icon-pos-left {
    float: none;
    }
    
    .av_font_icon {
    display: inline;
    }

    but it change it also on the pages. I only wish it in the sidebar, can you modyfing this for me ?

    #780510
    .sidebar
    .avia-icon-pos-left {
    float: none;
    }
    
    .sidebar
    .av_font_icon {
    display: inline;
    }

    thats the right code ….

    #780545

    Hi,

    We’re happy you were able to solve this! Is there anything else we can help you with?
    Cheers!
    Sarah

    #780552

    Hi Sarah,

    not at the moment ;-)

    Greets

    mexi

    #780828

    Hi,

    Glad to hear that it’s working fine. Just reply on this thread once you have questions related to the topic :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.