Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #798342

    Hello,

    I would like to center align the checklist together with the text next to it in the tab section on the following page: http://www.travelystsoftware.com/travelyst-home/

    Please refer to “administrative task optimisation” section.

    Please assist.

    Thank you.

    #798598

    Hey Travelyst,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-3135 #plugins .avia-builder-el-78 ul {
        width: 350px;
        margin: 0 auto;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #798796

    Thank for your reply.

    I am trying to achieve this layout: http://prntscr.com/fbfisw

    Any ideas?

    #799413

    Hi,

    Try using this css code instead:

    
    .page-id-3135 #plugins .avia-icon-list li {
        text-align: center;
    }
    
    .page-id-3135 #plugins .avia-icon-list li .iconlist_icon, .page-id-3135 #plugins .avia-icon-list li .article-icon-entry {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    

    Let us know if this helps :)

    Best regards,
    Nikko

    #801021

    Hi,

    I’m nearly there!

    Please have a look at the attachment with icon issues (aligning center but above text in 2 lines.. i would like this to be left of the text.

    https://prnt.sc/fdc2ik

    Thank you,

    #801054

    Hi,

    Try to replace the code I gave with this one:

    .page-id-3294 #plugins .avia-icon-list li .iconlist_icon, .page-id-3294 #plugins .avia-icon-list li .article-icon-entry {
        float: none;
        display: inline-block;
        vertical-align: top;
        max-width: 90%;
    }

    Hope this helps. :)

    Best regards,
    Nikko

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