Jump to content

Section disapear on desktop


harry_ord

Recommended Posts

Hello, this is my page:

http://melikochi.agencialosnavegantes.cl/productos/

After the section that reads "Elige tu Categoría", i have a bunch of products lining up. What? you can't see them? well, try shrinking your browser windows. Now you can see them, right?

That's my problem, this section disapear when you try to see it on a desktop resolution, but if you shrink your browser window to a mobile-phone type width, it appears again. What is causing this? how can i fix it?

I borrowed this example to do that section:

https://jsfiddle.net/sruf/55dsy2zf/1/

Link to comment
Share on other sites

The issue seems to be this section of your CSS:

@media only screen and ( min-width: 981px ) {
	.et_pb_button_4 { display: none !important; }
	.et_pb_text_21 { display: none !important; }
	.et_pb_text_23 { display: none !important; }
	.et_pb_text_16 { display: none !important; }
	.et_pb_text_9 { display: none !important; }
	.et_pb_text_3 { display: none !important; }
	.et_pb_text_5 { display: none !important; }
	.et_pb_text_7 { display: none !important; }
	.et_pb_text_1 { display: none !important; }
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...