Spectra’s Resolution Breakpoints

[ad_1]

Hi Redditors,

Good day.

I’m using Astra Theme and Spectra in my project. I changed Astra’s device breakpoints with this functions in the CSS file.

// Custom Function to change responsive breakpoints

// Update your custom tablet breakpoint below – like return 1130;

add\_filter( ‘astra\_tablet\_breakpoint’, function() {

return 1130;

});

// Update your custom mobile breakpoint below – like return 600;

add\_filter( ‘astra\_mobile\_breakpoint’, function() {

return 600;

});

Now, the responsive triggers fire up fine. The tablet and the mobile resolution are just as defined. But, some Spectra controls seems to have a different device breakpoints, because in the footer the icon list reacts 3 times to the resolution change, instead of two. If i slowly make my browser narrow, the controls in the footer change 3 times, from PC to something, then to tablet and finally to mobile.

The question, how can i change the breakpoints for Spectra? or Why in the site behaving this way?

Thanks.

[ad_2]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer