Tagged: 

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

    Hi,

    I’m trying to give the content in my icon lists more room, but I’ve been unable to find out how to stretch the container out further to left and to the right. I’m guessing there are layout styles I haven’t been able to identify and change in the child theme. What would you recommend to help me fix this?

    #521298

    Hey tedinator2!

    You can adjust the content and wrapper width for your icon list using the below css:

    .main_color .iconlist_content {
        width: 258px !important;
    }
    
    .avia-icon-list .iconlist_content_wrap {
        width: 258px !important;
    }

    However you will also need to increase the maximum container width.

    Best regards,
    Dake

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