Showing posts from March, 2022
[PHP] engine = On cgi.check_shebang_line = 1 cgi.fix_pathinfo=1 cgi.discard_path=1 cgi.force_redirect=0 date.timezone=UTC ;cgi.redirect_status_env = REMOTE_ADDR short_open_tag = On asp_tags = Off ;precision = 14 y2k_compliance = On output_bufferi…
Hace poco estaba editando mi tienda y encontré un problema, mis imágenes en dispositivos móviles se mostraban con un width:50% pero la segunda fila estarÃa vacÃa. Intente resolver el problema con css usando el código width:auto; y width:100% pero no…