Hi there, i made a new bar for venture theme, but im having some problems, on how to expand it auto with all resolutions
this is what i got for now:
and this is how i want to left it:
anyone can help me with that?
anything needed, i will send by pm, cause im building site right now
thanks in advance!!
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (min-width: 750px){
#value-propositions_header, #value-proposition_header-item:nth-child(1) { margin-left: 0px !important; justify-content: flex-start !important;}
#value-propositions_header, #value-proposition_header-item:nth-child(2) { justify-content: center !important; }
#value-propositions_header, #value-proposition_header-item:nth-child(3) { justify-content: flex-end !important; }
}
Let me know if this works.
Thanks!
User | Count |
---|---|
445 | |
208 | |
105 | |
88 | |
87 |