Why isn't my product description showing on mobile view?

Hi I am using ella 6.5.0 theme version. I set the theme for store. But description is not showing in mobile view.

https://www.toyastra.com/products/rotating-rolling-car

When i click on the link its open the product page and but description is not showing until i click on the description page. Can any one help me to fix this .

I want when some one visit the site it will show without click on the tab.

Thanks in Advance

Hello @naveen1989 ,

A/to the flow of this theme there is now way to do this because on click of the tab description appears in the popup. Meaning anyhow if we trigger tab on load the page description will appear but the page will be hidden behind the popup which is not a good experience for the user.

btw if you want see how it look just add this css at the bottom of the file base.css

div#tab-description-mobile { 
    opacity: 1 !important;
    visibility: visible !important;
}

If you need solution for it you have to go wit a developer or you can write to theme support.

Thanks

@naveen1989 , just add this code in css file

.tab-content>.active{
display: block !important;
}

If I managed to help you then don’t forget to Like it and Mark it as Solution