NEDC Posted July 7, 2014 Share Posted July 7, 2014 (edited) Hi, Just a quick question... I want the theme configurator (hook "Home") to display 4 images, a row of 3 and a row of one that runs the full length of the three above it. I have created the graphics, added the images, the row of 3 is fine but the long image is acting like one of the images above it despite having been set to a greater width when adding it to th econfigurator. Any ideas anyone? The site is at htspares.ne-dc.co.uk. Any help would be great Edited July 7, 2014 by NEDC (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 Hi, Just a quick question... I want the theme configurator (hook "Home") to display 4 images, a row of 3 and a row of one that runs the full length of the three above it. I have created the graphics, added the images, the row of 3 is fine but the long image is acting like one of the images above it despite having been set to a greater width when adding it to th econfigurator. Any ideas anyone? The site is at htspares.ne-dc.co.uk. Any help would be great use this in css styles: .htmlcontent-item-4 { width:100%; } effect: Link to comment Share on other sites More sharing options...
NEDC Posted July 7, 2014 Author Share Posted July 7, 2014 Hi, Thanks for the reply, I tried that and it didn't work. Which css file should I be placing it in??? Link to comment Share on other sites More sharing options...
NEDC Posted July 7, 2014 Author Share Posted July 7, 2014 Ah, no it's ok I've sussed it. Thank you so much. Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 you're welcome :-) for everyone with similar question: global.css this is right file to place code like that you can paste code at the end of this file. after changes remember to refresh website with ctrl+f5 (this method will clean up browser cache) Link to comment Share on other sites More sharing options...
vekia Posted July 16, 2014 Share Posted July 16, 2014 unfortuantely, it's not possible to change colors / background without touching code - especially when some theme use non-default way of create blocks (divs) etc. of course some templates allows to do all of this (backgrund, colors) from back office, but it's worth to mention that not each theme has got feature to manage theme design from back office. Link to comment Share on other sites More sharing options...
Recommended Posts