 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
October 7, 2024 at 12:12 pm #1468562we created a column (under words “Percorsi individuali”) with an absolute layout on a page and told it that on mobile it should wrap. We specify that we have assigned a specific class to the block to be able to insert this custom CSS rule. we send you the link privately could you help us verify why it is not responsive on mobile and tablet? Which setting should we fix? Thank you very much .six-icons .icon-left { 
 width: 48%;
 display: inline-block;
 }
 .six-icons .icon-right {
 width: 48%;
 float: right;
 display: inline-block;
 }Thank you for your support October 7, 2024 at 1:07 pm #1468568Hey Elena, I’m not sure I fully understand your intentions. Please post a screenshot of the problem, and let us know what you would like to change. Best regards, 
 RikardOctober 7, 2024 at 1:42 pm #1468573I upload the screenshot of what happens to the non-responsive column I’m talking about… on the page I indicated services and I put the credentials in a field (I think private) so you can access the backend to check the settings of the element that doesn’t respect the responsiveness rules. 
 we would like the columns to be stacked one under the other when movinghttps://ibb.co/7JzBgLM Screen how it looks on desktop and how it looks on mobile Thanks October 7, 2024 at 7:22 pm #1468597Hi, Thanks for that. So you want the CSS that you posted above to only apply on desktop? Best regards, 
 RikardOctober 8, 2024 at 8:59 am #1468626yes it is a possible solution if that is what makes it unresponsive… How can I do it? By adding some code or with other settings on the block at the class level? I ask you for support here too thanks :) October 8, 2024 at 10:04 am #1468633Hi, Please try adding your code in a media query instead: @media only screen and (min-width: 990px) { your CSS goes here }Best regards, 
 RikardOctober 9, 2024 at 12:34 pm #1468721Thanks, now the problem on mobile is fixed! October 9, 2024 at 5:21 pm #1468732
- 
		AuthorPosts
- You must be logged in to reply to this topic.
