Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1166610

    I’m using a full width button. I’d like to place an icon to the left of the title and description, with title and description aligned to the left as shown in the example link in the private content. Can you help? Currently when I position the icon to the left, it is only to the left of the title. Thank you!

    • This topic was modified 4 years, 11 months ago by mcederberg-wc.
    #1167227

    Hey Monica,

    Thank you for the inquiry.

    You can use the following css code to separate the button icon from the title and description. Adjust the width value if necessary.

    #top .avia_button_icon_left {
    	float: left;
    	width: 10%;
    }
    
    #top .avia-button-fullwidth .avia_iconbox_title, #top .avia-button-fullwidth .av-button-description {
    	float: right;
    	width: 90%;
    }
    
    #top .avia-button-fullwidth::after {
    	content: "";
    	display: table;
    	clear: both;
    }

    Best regards,
    Ismael

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