Hi ![]()
I want to move the phoen icon (header) to the right of the text of the phone number,
what css code can do that? Thank you!
site: berez.org.il
pass: zadoko8
Hello @malul
Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file style.css
Step 3: Paste the below code at bottom of the file → Save
.ltn__header-top-area .col-md-7 ul li:first-child a {
display: flex;
}
.ltn__header-top-area .col-md-7 ul li:first-child a i {
margin-right: 0;
margin-left: 3px;
}
Hello @malul
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->style.css>Add this code at the bottom.
.ltn__top-bar-menu i.icon-call {
float: right;
margin-left: 3px;
}