Helix 3 - Question | JoomShaper

Helix 3

J

Joel

Helix Framework 2 years ago
  1. How do I swap Social media icons to the RIGHT and Contact info to the LEFT ( I changed from top1 to top2 but it didnt work for me)

  2. How/where do I change the width of the Helix template?

  3. How do I add location icon to the Contact and email icon sets

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #19535

Hi,

  1. I used this code:
    #sp-top-bar .row {
     display: flex;
     flex-direction: row-reverse;
    }
    @media (min-width: 992px){
    #sp-top-bar .text-lg-left {
     text-align: right!important;
    }
    #sp-top-bar .text-lg-right {
     text-align: left!important;
    }
    }
  2. If you want to change the whole width if your site including header/footer too then here is the code for you:
.body-wrapper {
    width: 90%;
    margin: 0 auto;
        }

You can use the percentage as your need.

  1. As I said earlier, please create a SP Page Builder module with your contact info and icons and then publish to your desired position.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #18184

Hi there!

Thnaks for your query.

Would you please give me your site URL here to check? That will be helpfull.

Best Regards

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #18186

Hello

Thank you for your query. Kindly allow me some time, i will share the solutions soon. Please provide me your administrative access here in hidden mode, it will be helpful for me.

0
J
Joel
Accepted Answer
2 years ago #19079

Please find details for use below

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #19090

Hi,

  1. I have logged in and the first task is done.

  2. I don't understand which width you are talking about actually. Would you please describe with screenshot kindly?

  3. Did you mean you want to add an extra location icon with address info? Then there is no default way to add it. But you can always create a module with the informations and then publish to the desired position.

Best Regards

0
J
Joel
Accepted Answer
2 years ago #19270

Hello,

Thank you very much

  1. can you show me how you did it to make it work?
  2. I was actually refering to the template width that the whole website uses
  3. Exactly so, I want to add an extra location icon with address info
0