cson Posted December 15, 2013 Share Posted December 15, 2013 (edited) Hi Can anyone tell me how to get the custom content to appear side by side in two rows, instead on top of each other in the left column. Site: www.backup.purplewine.dk. See picture: Thanks and regards Carsten Edited December 15, 2013 by cson (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 hello can you disable maintenance mode? it's necessary to check sources, then i will give you solution Link to comment Share on other sites More sharing options...
cson Posted December 15, 2013 Author Share Posted December 15, 2013 Yes of course, sorry ;-) Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 ok i've got it you've got width:320px param you have to change it to width:315px; in #customcontent_home ul li { display: inline; float: left; padding: 9px 9px 9px 19px; width: 315px; margin-right: 10px; border: 1px solid #d3d1d1; border-radius: 5px; position: relative; } effect: Link to comment Share on other sites More sharing options...
cson Posted December 15, 2013 Author Share Posted December 15, 2013 Works perfect...thx for the help Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 you're welcome glad to hear that i could help you a little there is also several things to do, for example spacing between banners here: but you can achieve it with simple css modifications (margin-bottom:10px;) 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