Module Position Classes Changed On Update To Helix 3 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Module Position Classes Changed On Update To Helix 3

DS

David Soens

Helix Framework 3 years ago

I haven't had this issue with other sites, however in this update the sp-sidebar-a CSS class was "col-sm-3 col-md-3" and after a Helix 3 update the class is "col-lg-3" with the same settings. With large screens it works but with smaller screens the width adjustment, "width: 25%;" isn't called. Before the update: https://www.politicalresources.com/2013-02-19-22-18-56/directory After the update: https://soens.com/pol-res/2013-02-19-22-18-56/directory Thanks for your help!

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #56888

Hello David Soens

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#mod_mt_search138 input[type="search"] {
    height: 20px;
    width: 85%;
}
#mod_mt_search138 button {
    font-size: 14px;
    user-select: none;
    background-image: none;
    border: 1px solid transparent !important;
    border-radius: 4px;
    color: #333 !important;
    background-color: #f5f5f5 !important;
}
#mod_mt_search138 button:hover {
    background-color: #e6e6e6 !important;
}

You can change column value in the layout settings.

Best regards

0