Jump to content

Hooks in "Home" don't line up


eveall

Recommended Posts

Hopefully someone can help me. I am not able to have my hooks in home line up properly when viewed at full size. I have added some more hooks but it's not write. There are a lot more and duplicates but you'll get an idea of what I mean by seeing the page.

 

Any idea what's going on?

Edited by eveall (see edit history)
Link to comment
Share on other sites

Solved it again. This time hopefully for good. Found the solution in the forum. Sometimes it's difficult to find. In the default theme the fifth item is 66%. The way I was configuring it, I wanted it to be 33%.

 

go to /yourinstallation/modules/themeconfigurator/css/hook.css

 

and change :

 

#htmlcontent_home ul li.htmlcontent-item-5 {

width: 66.6667%; }

@media (max-width: 479px) {

#htmlcontent_home ul li.htmlcontent-item-5 {

width: 100%; } }

 

 

to (for example)

 

#htmlcontent_home ul li.htmlcontent-item-8 {

width: 66.6667%; }

@media (max-width: 479px) {

#htmlcontent_home ul li.htmlcontent-item-8 {

width: 100%; } }

 

this will allow my eighth item to be 66% but not the fifth.

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...