pagerun 0 Report post Posted July 22, 2012 I'd like to change the widths of the elements when the width of the browser is down to a particular width because the design is out of wack at certain widths. At some browser width thresholds, the design needs to be more narrow. I have tried changing the responsive code in style.css but didn't really work. Whats the best way to do this ? Also is there a way to specify specific elements on the particular pages, to change at the widths that I specify ? Thanks Share this post Link to post Share on other sites
Rob 547 Report post Posted July 22, 2012 Check to see if anything is set to a specific size in your CSS, such as 10px and convert it to an acceptable percentage, such as 2%. If a browser sees things in fixed dimensions, it will usually consider that element non-responsive. Now that said, it's very difficult to do this with some things that are beyond your control, such as ads, images and select fixed-width plugins. Also, we have a Browser Specific CSS plugin available in the Store. Use that to help with the CSS for particular types of browsers and devices. No point fixing it for one browser if it isn't broken there, and failing to fix it for another. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
pagerun 0 Report post Posted July 22, 2012 thanks Rangelone, Im referring to how the site looks on particular devices. What I mean is, the elements im referring to are all responsive, but because the total width of the site is100% width, at certain browser widths, 100% width doesn't show the design as Id like it. At certain browser widths Id like it to show a little more narrow. eg. when browser width is between 400px and 500px, the width of the site should be 300px (instead of 100%), or the width of a section (eg the boxes) should be 300px, for only one page (eg only on the homepage). Thanks ! Share this post Link to post Share on other sites
Rob 547 Report post Posted July 22, 2012 I'm afraid responsiveness isn't my best skill. However, it seems that if you used the plugin, you could set the site to 90% width in mobile device browsers. No? To be very honest, that kind of customization really needs the help of a pro developer from our team. Have you considered that option? http://www.pagelines.com/pros Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
pagerun 0 Report post Posted July 23, 2012 Ok will try to work it out. Thanks. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 23, 2012 Hi Pagerun, Is your issue now resolved or do you require further assistance? Please search our forums, before posting! Share this post Link to post Share on other sites
pagerun 0 Report post Posted July 23, 2012 I"ll give it another go. If any issues I'll contact a pro developer. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 23, 2012 Okay, let us know how it goes. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites