Jump to content

Item position Based on Screen size(responsive)


Recommended Posts

Hello there!!!!

In a tpl file (pm_advancedsearch.tpl) I make a change so the input area of an item move in next line...
The code i entered is simple -> {if $criterions_group.id_criterion_group|intval == '12' }style="margin-left: 25%" {/if}

But... when someone open the page in his mobile i have this result -> https://prnt.sc/n1cy9z

is there any way to fix it so it will works responsively??? for example, is there any way to add in the {if} code something like {if if $criterions_group.id_criterion_group|intval == '12'  && screen.size > 560px}
???

Link to comment
Share on other sites

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