
Posted

Posted
Can you add 2 css classes?
float-r
float-l
float-r
float-l
Code:
.float-r { float:right;}
.float-l { float:left;}
Posted
There are already bootstrap classes to do this pull-right and pull-left, if you want it to auto swap when changing between rtl/ltr you can combine them with flip
so class="pull-left flip" will swap from float:left to float:right if direction changes
so class="pull-left flip" will swap from float:left to float:right if direction changes
Posted
نوشته شده توسط HuwR There are already bootstrap classes to do this pull-right and pull-left, if you want it to auto swap when changing between rtl/ltr you can combine them with flip
so class="pull-left flip" will swap from float:left to float:right if direction changes
Tanx

Posted
need to try and sort out the quote tags though
They don't work in rtl
FileUpload
If you're having problems uploading, try choosing a smaller image.
Send Topic
Loading...