Jump to content


Photo
- - - - -

Item display positions


Best Answer Kess , 23 April 2014 - 08:35

Then it will be easier to just apply clearfix styles to that block.

 

http://nicolasgallag...-clearfix-hack/

 

If you use plain CSS, just add this and it will be fine:

.element-textarea:before,
.element-textarea:after {
    content: " ";
    display: table;
}
.element-textarea:after {
    clear: both;
}
.element-textarea {
    *zoom: 1;
}
Go to the full post


  • This topic is locked This topic is locked
12 replies to this topic

#11 Steven Vandermeulen

Steven Vandermeulen
  • Topic Starter
  • JBZoo User
  • User rate: 0
  • posts: 32
  • topics: 9

Posted 23 April 2014 - 12:42

this is what i see. in firefox.

Attached Thumbnails

  • Knipsel.PNG

  • 0

#12 Sliapy

Sliapy
  • JBZoo User (rus)
  • User rate: 50.5
  • posts: 6393
  • topics: 15

Posted 23 April 2014 - 12:45

Try to add this in your CSS file 

.element.element-jbrelatedauto {
    float: left;
}

  • 0
[color=#aa0000]Не забывайте нажимать кнопку "Вопрос Решён" под сообщением, которое решило Вашу проблему.[/color]

#13 Steven Vandermeulen

Steven Vandermeulen
  • Topic Starter
  • JBZoo User
  • User rate: 0
  • posts: 32
  • topics: 9

Posted 23 April 2014 - 13:25

thanks, nice support. much better than yootheme..


  • 0




Click to return to top of page in style!