Home › Forums › Iconic One Pro Support › How to Responsitve theme of my website › Reply To: How to Responsitve theme of my website
May 28, 2018 at 8:44 am #5252
Themonic-Support
Keymaster
Hi,
All the changes you have made regarding width, you have to also add them under the media queries and change the container width to 100% or as per the requirement.
For eg. Try this in custom css
@media screen and (max-width: 768px) {
.site-content {
width: 100%;
}
.widget-area {
width: 100%;
}
}
Please note that free support only covers setting up as the demo.
Support on modified sites can also be provided but it will be charged small amount extra to cover support time, to request custom modification support email [email protected] with all required changes to get quote.