Jump to content

Hook 'home' images incorrect sizes


Recommended Posts

Hello guys i hope youre having a good day so far.

 

I am using the default-bootstrap theme and i have deleted all the standard images from the Hook 'home' section.

 

I then created my own images in photoshop, with different sizes: width 580px height 250px 

 

But when i click save, they show up much smaller than the original size.

 

And I did remember to type the size of the image before i hit the save button.

 

 

Please help, i posted a screenshot to this topic , you can see what i mean there

 

i also edited in photoshop, so you can see how i want it to look like

 

thanks in advance and any help is appreciated 

 

-Daniel

post-1027752-0-66591300-1434631677_thumb.png

post-1027752-0-70360500-1434631678_thumb.png

Link to comment
Share on other sites

SOLVED:

 

I added my own css to the global.css file.. i added this:

 

#htmlcontent_home ul li.htmlcontent-item-1 {
  min-width: 50% !important;
}
 
#htmlcontent_home ul li.htmlcontent-item-2 {
  min-width: 50% !important;
}
 
 
With this code it works perfectly fine. also in responsive =D 
Link to comment
Share on other sites

  • 8 months later...

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