• Sometime we need different position values for desktop and mobile view, for example some block may be position absolute in desktop, but position relative or static in mobile view. So if we provide changing this attribute for blocks with breakpoint control. That will make this plugin more helpful.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Phi Phan

    (@mr2p)

    Hi @hozefasmile,

    Thank you for your feedback! Could you please provide more details about your suggestion? Making a block absolute, relative, or static without adding additional styles doesn’t seem logical.

    Best, Phi

    Thread Starter Hozefa Saleh

    (@hozefasmile)

    Yes @mr2p , you are right. With Position, we have to give two more css settings 1. top, bottom, left, right value 2. z-index . So we can have first a dropdown to choose what position we want, for example relative, absolute etc. then below it we can have these settings.

    This option must have media query selector to have different setting for different screen size.

    • This reply was modified 1 year, 3 months ago by Hozefa Saleh.
    Plugin Author Phi Phan

    (@mr2p)

    @hozefasmile Thank you for the insight. Could you share some real-world use cases for this feature? I will need all the information before making a decision.

    Thread Starter Hozefa Saleh

    (@hozefasmile)

    @mr2p , look at the example page https://designwrist.s2-tastewp.com/sample-page/ , here for desktop view, the image is placed center to the right side border of a two-column structure. But when you check in mobile view the image changes to static and takes its normal position at the bottom of the first text column. So this css if we handle through values in settings then we do not have to apply custom css to get this look. This is just an example, but different other scenarios may be possible.

    In above example if we can provide image block position absolute for desktop view and static for mobile view, and provide top and right value for its positioning through “With Position” settings.

    • This reply was modified 1 year, 3 months ago by Hozefa Saleh.
    Plugin Author Phi Phan

    (@mr2p)

    Thank you, @hozefasmile! I will add this feature to the to-do list for the next version.

    Phi.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Can we add With Position setting too?’ is closed to new replies.