Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/03/2021, 07:08
calbart
 
Fecha de Ingreso: agosto-2008
Mensajes: 124
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Problema del menú

Hola, gracias por tu respuesta; en DIVI en el apartado de general , existe un apartado que dice; CSS personalizado si el código es el siguiente:
Código:
ul.et_pb_side_nav.et-visible {
display: none !important;
}


word-wrap: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;


#footer-bottom .container{
width:100% !important;
max-width:100% !important;
}

#footer-info {
float: none !important ;
text-align: center !important;
width: 100% !important;
}



.et_divi_100_custom_back_to_top .et_pb_scroll_top {

background: #000000;
}



@media only screen and ( max-width: 850px ) {
.home .et-pb-controllers {
display : none !important;
}
}


.et_pb_slide_title {
overflow-wrap: normal;
}


a.lightbox.acomment-reply:before {
position: absolute;
top: 0%;
left: 0%;
width:100%;
height: 100%;
padding-top:25%;
text-align:center;
font-size: 32px;
content: "\e050";
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
font-family: "ETmodules" !important;
color: #fff;
content:'I';
opacity:0;
background:rgba(0,0,0,.5);
}

a.lightbox.acomment-reply:hover:before {
opacity:1;
}
a.lightbox.acomment-reply {
display: block;
position:relative;
overflow: hidden;
line-height: 0;
}


.jquery-lightbox-html {
padding: 0;
}

.jquery-lightbox.jquery-lightbox-mode-html {
padding: 0 !important;
}

.jquery-lightbox-background {
height: 100% !important;
top: 0px;
}

.jquery-lightbox-html {
overflow: hidden !important;
border: 8px solid #000 !important;
padding-bottom: 13px !important;
padding-left: -2px !important;
padding-right: -2px !important;
}
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-middle,
.jquery-lightbox-border-bottom-right {
display:none;
}

.jquery-lightbox.jquery-lightbox-mode-html {
min-width: 1080px !important;
min-height: 580px !important;
}
.jquery-lightbox-html .et_pb_text {
width: 100% !important;
}

.jquery-lightbox-background {
width: 100% !important;
}

.jquery-lightbox-html {
height: 100% !Important;
}

.jquery-lightbox-background {
background: transparent !important;
}

.et_pb_row .et_pb_column h2 {
font-size:22px;
}

.textShadowEffect {
text-shadow: 0px 0px 4px rgba(80,80,80,50)
}

.textShadowEffect h2.et_pb_slide_title {
text-shadow: 0px 0px 4px rgba(10,10,10,1);
}
.textShadowEffect .et_pb_slide_content {
text-shadow: 0px 0px 4px rgba(10,10,10,1);
}
.textShadowEffect .et_pb_button {
text-shadow: 0px 0px 4px rgba(10,10,10,1);
}
Pero no tengo muy claro si este aquí donde debo modificar el parámetro que me indicas.
Luego hay otro apartado que se llama:

integración
subdividido en 4 bloques;

Agregar código al <head> de su blog
Solo en este tengo código:
Código:
<script type="text/javascript">
(function($) {
$(document).ready(function() {

$(".lightbox").click(function(){
setTimeout(function(){
$(window).trigger('resize');
console.log('done');
},1000);
});

});
})(jQuery)
</script>
Agregar código al <body> (bueno para los códigos de seguimiento, tales como Google Analytics)

Añadir código a la parte superior de las entradas

Añadir código a la parte inferior de sus mensajes, antes de los comentarios

Pero creo que los que me dices, esté en la CSS en la sección de Apariencia; editor del tema:
Pero aquí buscar, es jodio
tengo un menú de la css, en que apartado estaría; .nav li ul ?