Okay
  Public Ticket #1613967
Tab icon alignment
Closed

Comments

  •  6
    qfactor started the conversation

    Hi,

    Adding a few finishing touches to the site before launch. I've created a tabbed section on this page (http://hideandseek.magic-marinade.com/services/), the tabs are centre oriented, but the icons seem to be left aligning to the text. Is there a way I can centre align the icons and text, so that it does look lopsided the way it does currently?


    Thank you!


    A

  •  3,030
    Andrew replied

    Hey qfactor,

    Thanks for reaching in,

    Please try this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code.

    .tabbed[data-icon-size="26"] ul li i { 
        width: 100%!important;
        text-align: center!important; 
                }
    

    Hope this helps,

    Regards