Right Align In Columns - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Right Align In Columns

E

expressiva

Helix Framework 3 years ago

Hello, i am trying to customize helix 2.0.10 layout. I cannot right align the contents of the individual columns of a row that I create from the layout button. I'm trying to reproduce the top row with social and contacts. Can you help me?

0
5 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #75019

Hello

Thank you for your query.

Please add the following css rule in custom css section

.sp-contact-info, #sp-search .sp-module-content {
    float: right;
}
0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #75020

Hello

Thank you for your query.

Please add the following css rule in custom css section

.sp-contact-info, #sp-search .sp-module-content {
    float: right;
}
0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #75021

Hello

Thank you for your query.

Please add the following css rule in custom css section

.sp-contact-info, #sp-search .sp-module-content {
    float: right;
}
0
E
expressiva
Accepted Answer
3 years ago #75151

Hi, thanks for your kind reply, but I didn't quite understand where I need to add the code ...

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #75967

You are welcome.

You have to add the given CSS in custom CSS section. Kindly check the following documentation: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/custom-code-css-js-meta

This will guide you.

0