Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi there,
I have used the divider with centered icon on my homepage.
It looks great on desktop however on mobile view it aligns the divider to the left and cuts it off so it doesn’t span the entire container.
Could you please assist?
Login details for website in my profile.
Thanks!
Steffi
Hello,
I added a min-width
for the divider in smaller screen. you can check the code in Customize > General > Custom Codes:
@media (max-width: 480px){
.cl_divider span.left{width:100%; min-width: 155px !important;}
.cl_divider span.right{width:100%; min-width: 155px !important;}
}
Please clear cache and refresh page.
Best regards!
You must be logged in to reply to this topic.