manson_soup
Member
Posted 5 months ago #
I've edited the responsive theme, please see the site below:
http://odont.hku.hk/wordpress
As we need to add the slide show to replace the feature part, I have edit the "home.php", but when I read it in the mobile, the width of the width of the website is expand. is there any way to stop fluid grid system?
Have you tried posting on Responsive Theme forums?
Simple:
Change:
#container {
max-width: 980px;
}
To:
#container {
width: 980px;
}
And if you have more questions please visit our forum as noted above.
Emil
Please let me know if there's anything else. Also feel free to visit our support forums as well.
Closing old posts :)
Thanks,
Emil