Wrong order for elements in RTL mode on Helix3 and sp pagebuilder2 - Joomla! Forum - community, help and support
hi
my website has 2 languages, english , arabic. arabic language rtl (right left). on pc works fine when using mobile phone or resize browser there wrong order elements (the left element @ top , right element @ bottom) look:
http://decor.nilewd.com/index.php/ar/arservices
look @ icons right left
the first icon search icon , third thumb icon
this in full screen arrange
but when minimize screen tablet or smart phone arrange changes
the third icon first , first third
how fix this
thanks
this answer works fine old sp pagebuilder
https://joomla.stackexchange.com/questi ... lix3/13798
@media (min-width: 768px) {
.sppb-section .sppb-col-sm-3 {
float: right;
}
}
but new sp pagebuilder2 did not work
how fix this
thanks
my website has 2 languages, english , arabic. arabic language rtl (right left). on pc works fine when using mobile phone or resize browser there wrong order elements (the left element @ top , right element @ bottom) look:
http://decor.nilewd.com/index.php/ar/arservices
look @ icons right left
the first icon search icon , third thumb icon
this in full screen arrange
but when minimize screen tablet or smart phone arrange changes
the third icon first , first third
how fix this
thanks
this answer works fine old sp pagebuilder
https://joomla.stackexchange.com/questi ... lix3/13798
@media (min-width: 768px) {
.sppb-section .sppb-col-sm-3 {
float: right;
}
}
but new sp pagebuilder2 did not work
how fix this
thanks
Comments
Post a Comment