- 
		AuthorPosts
 - 
		
			
				
August 25, 2025 at 7:44 pm #1488499
HI, the content for my tab sections are getting cut off on desktop and mobile. I have attached screenshots.
August 26, 2025 at 5:50 am #1488517Hey lauragale2020,
Thank you for the inquiry.
Adding this css code should help limit the content within the tab section element.
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av-layout-tab-inner .container { width: 100vw; max-width: 85%; margin: 0 auto; } }Result:
Best regards,
IsmaelAugust 26, 2025 at 7:28 pm #1488553Hi, desktop view is also being effected. This code says only mobile and tablet…
August 27, 2025 at 6:53 am #1488583Hi,
To correct the display on desktop view, please add this css code:
.av-layout-tab-inner .container { max-width: 100vw; }Make sure to add this before the previous css code above.
Result:
Best regards,
IsmaelAugust 27, 2025 at 8:24 pm #1488626Thanks, the code worked for mobile but not desktop. I put the desktop code before the mobile as mentioned. Please advise :)
August 28, 2025 at 7:55 am #1488640Hi,
Thank you for the update.
It’s possible that there are unclosed or invalid css media queries in the Quick CSS field. Please make sure all css rules are valid and properly closed. If you can provide the login details, we’ll be happy to check it for you.
Best regards,
IsmaelAugust 28, 2025 at 6:32 pm #1488678Sure, I have added a login link to the private section.
August 29, 2025 at 7:03 am #1488704 - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 

