• Resolved Priyank

    (@priyank9033)


    Hello,

    I would like to apply some styles for the range of 1300px to 976px. I haven’t found any solutions to manage styles from the backend. Is there any way to customize the design for custom breakpoints?

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mohsinbsf

    (@mohsinbsf)

    Hi @priyank9033,

    Thanks for getting in touch with us.

    We have the below breakpoints to load responsive CSS in Spectra.
    UAGB_MOBILE_BREAKPOINT?: 767
    UAGB_TABLET_BREAKPOINT?: 976

    You can change them using below code in wp-config.php
    define( ‘UAGB_TABLET_BREAKPOINT’, ‘800’ );
    the define( ‘UAGB_MOBILE_BREAKPOINT’, ‘500’ );

    Please try and let me know how it goes.

    Have a nice day!

    Thread Starter Priyank

    (@priyank9033)

    Hi @mohsinbsf,

    Thank you for your prompt response. I am familiar with hooks, and they are working seamlessly for me. However, I would like to inquire if it is possible to introduce an additional custom breakpoint specifically for laptop devices.

    Your insights on this matter would be greatly appreciated.

    Thanks,

    Plugin Support mohsinbsf

    (@mohsinbsf)

    Hi?@priyank9033,

    I am afraid it is not possible at the moment. We’d love to take this as a suggestion. I will surely convey your feedback to our concerned developers. We are always keen to listen to our customers and to receive their feedback. This is the best way to improve our products and services and maintain our client’s satisfaction. ??

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to add a custom breakpoint.’ is closed to new replies.