Reply To: How to Responsitve theme of my website

Home Forums Iconic One Pro Support How to Responsitve theme of my website Reply To: How to Responsitve theme of my website

#5252

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.