Page 1 of 1

Deleting objects in different breakpoints

Posted: Tue Apr 21, 2020 6:39 pm
by darkoracle
Hi

Just a quick question is it possible to delete an element in a breakpoint and keep it in another? I appreciate that you can hide elements which is awesome but it does limit the amount you can resize the parent frame.

Thanks in advance.
J

Re: Deleting objects in different breakpoints

Posted: Tue Apr 21, 2020 8:22 pm
by Pablo
Objects are shared between all breakpoints. There is only one instance of the object.
So, if you delete it in a breakpoint then it will be removed from the page.
However, you can hide objects in breakpoints.

Related tutorial:
http://wysiwygwebbuilder.com/rwd_basics.html

Re: Deleting objects in different breakpoints

Posted: Wed Apr 22, 2020 12:39 pm
by gofrank
In the smaller (narrower) breakpoints, move the object to be hidden so it is within the breakpoint boundary, then hide it. This will solve the problem I think you are describing.