goodish Posted August 8, 2014 Share Posted August 8, 2014 Dear friends, I want the location of images (are below them) in the top position in the theme configurator change in the position next to each other. See attachment. Can You help me? Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2014 Share Posted August 8, 2014 hooks.css there is a code: #htmlcontent_top { float: right; width: 33%; max-width: 391px; padding-left: 5px; } remove float:right; and max-width: 391px; change width:33% to width:100%; then in the same file near line 38 remove width:100% from: #htmlcontent_top ul li { width: 100%; margin-bottom: 10px; } effect: Link to comment Share on other sites More sharing options...
goodish Posted August 8, 2014 Author Share Posted August 8, 2014 You are THE BEST! Thanks Link to comment Share on other sites More sharing options...
goodish Posted August 8, 2014 Author Share Posted August 8, 2014 (edited) Is needed improve in global.css col-xs-4, line 650 too. See www.caj-kava-cokkoolada.sk Edited August 8, 2014 by goodish (see edit history) Link to comment Share on other sites More sharing options...
pmates Posted November 2, 2015 Share Posted November 2, 2015 Hello Vekia, I believe the float: right; needs to stay in the css. By removing it, the menu above it stopped working. At least that was my case. Link to comment Share on other sites More sharing options...
GlenB Posted February 25, 2018 Share Posted February 25, 2018 Hi all, I had the same problem and by changing the above in my hooks.css the images moved to the left but are still not next to each other. I tried to change some other parameters as well but without any result. Any idea on how to get this right? Many Thanks 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