Icon 8 topbar add new text+icons floated on right

Hello,

I have changed the topbar.php by adding additional information (mobile, email, my account icon and cart icon). Here is the code I used https://theme.co/apex/forums/topic/topbar-add-email-address-and-phone-number-icons/.

I need help…I want to float all above on the right.

Thank you,
Anamaria

Hi Anamaria,

Thanks for writing in!

To float all to right, you can try adding the code below in Theme Option > CSS

 .x-topbar .p-info  {
        text-align:right;
    }

If that doesn’t work, please provide us your site url so we can take a closer look.

Thanks

Thank you Paul.
It didn’t work in the way I want. I let the content with .p-info class in the same place (on the left), I assigned a new class to the new content and floted everything to the right.

Best regards,
Anamaria

Hi Anamaria,

In that case, please provide us your site url so we can take a closer look.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.