Widget size changing while zooming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2018 01:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2018 02:24 AM
Hi,
did you try it in another browser because sometime it happens because of browser also.
NOTE: Mark correct or helpful if it helps you.
Warm Regards,
Raj patel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2018 02:39 AM
Hello @akhila,
This happens due to the bootstrap error.
As you may know that there are multiple sizes that we need to set as the HTML class.
Example
- xs (for phones - screens less than 768px wide)
- sm (for tablets - screens equal to or greater than 768px wide)
- md (for small laptops - screens equal to or greater than 992px wide)
- lg (for laptops and desktops - screens equal to or greater than 1200px wide)
- <div class= " .col-xs-6 .col-sm-3. .col-xs-6 .col-sm-3" >
So here, what I can see is the div sizes are not defined correctly. Due to which whenever you try to increase the size, it is taking its default value as 1. Which further result in 1 div/object per line.
In order to avoid this, try to make the HTML a bit more symmetrical so that even if it goes out of shape the objects will form meaningful data.
Let me know if you have any doubt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 11:34 PM
hello @akhila13 , I also have same issue. Did you get any resolution for this.
Please help me on this.