FlorioAlagna Posted June 23, 2015 Share Posted June 23, 2015 (edited) Hello everyone, I have disabled the image slider and I would like to display images in the Top section of Theme Configurator to show up side by side (like they do below 768px) and centered . As a css newbie I tried inspecting elements and I have already increased #htmlcontent_top to width: 100% and max-width: 100% but the second image still goes below the first one. I also have no idea how I could center things. The website is https://lorghi.com/shop and it's using a forked version of default-bootstrap with a few modifications. Thanks for your help. Edited June 27, 2015 by FlorioAlagna (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 23, 2015 Share Posted June 23, 2015 hello hooks.css line 37 #htmlcontent_top ul li { width: 100%; margin-bottom: 10px; } change it to: #htmlcontent_top ul li { width: 50%; margin-bottom: 10px; text-align: center; } effect: Link to comment Share on other sites More sharing options...
FlorioAlagna Posted June 23, 2015 Author Share Posted June 23, 2015 Thank you so much! That is precisely what I had intended. 1 Link to comment Share on other sites More sharing options...
vekia Posted June 23, 2015 Share Posted June 23, 2015 you're welcome :-) glad to hear that i could help Link to comment Share on other sites More sharing options...
FlorioAlagna Posted June 27, 2015 Author Share Posted June 27, 2015 you're welcome :-) glad to hear that i could help Hey vekia, without necessarily having to open a new topic I was hoping you could help me with an additional thing on that row: would you know how to make it responsive and scale down (or at least make the images to center and then scale down) when horizontal space is reduced? Thank you in advance! Link to comment Share on other sites More sharing options...
dzinno Posted November 2, 2016 Share Posted November 2, 2016 Hi FlorioAlagna, can you please paste there whole hook.css file, so i can look what did you edit? Because when i edit what is writen there it does not work for me. Thank you Dzinno Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now