Home Forums Space themes support forum reorder social icons

reorder social icons

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #627649

    craig-7256
    Participant

    Hello,
    I have setup all our social links and all looks fine, however, i cannot find a way to reorder them. There is a desired priority order from left to right.
    Thank you

    #627764

    Luke Nielsen
    Keymaster

    Hello,

    Please send access to the admin panel so I can look closer at it.

    Thank you in advance.

    Kind Regards

    #627772

    craig-7256
    Participant

    Hi Luke
    See secure field thanks
    Craig

    #627778

    Luke Nielsen
    Keymaster

    Hello,

    It looks like access is wrong – https://prnt.sc/QJxdwYIuXLDR, could you please update it?

    Looking forward to collaborating with you!

    Kind Regards

    #627801

    craig-7256
    Participant

    sorry about that. let me do this again

    #627994

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .xts-social-buttons {
    	display: inline-flex;
    	flex-wrap: wrap;
    }
    
    .xts-social-buttons .xts-social-tiktok {
      order: 1;
    }
    
    .xts-social-buttons .xts-social-youtube {
      order: 2;
    }
    
    .xts-social-buttons .xts-social-vimeo {
      order: 3;
    }
    
    .xts-social-buttons .xts-social-instagram {
      order: 4;
    }
    
    .xts-social-buttons .xts-social-facebook {
      order: 5;
    }

    Kind Regards

    #627998

    craig-7256
    Participant

    This works great. Thank you.

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)