Jump to content

Images in Top position in Themeconfigurator


Recommended Posts

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:
AfeFiMG.png

Link to comment
Share on other sites

  • 1 year later...
  • 2 years later...

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

Capture.PNG

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...