1. webbie
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 12 December 2016
  5.  Subscribe via email
Hello, please could you have a look at the side: http://stephan.test.bz.it/index.php/paddel/ankauf

I tried to put in an item image, and wanted it to float left. i took that in the options, but because of the template css you can not see that.

The problem is the code in css/jstuff.css:
image-width: 100%;


So i made an overwrite in the custom css with the following code:
.item-image {
width: auto;
text-align: left;
padding-right: 15px;
}


But it does not work?

When i change the width in the developer tools in the browser, it does work.
Can you help me with that?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

.pull-left.item-image {
margin-right: 20px;
width: auto;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!