Hi for what reason does the base.css affect the native galleries image / item width in content ? I removed this portion of code but there’s certainly a reason, what does ENFOLD officially reply ? THANKS .
#top .gallery .gallery-item{
margin:1px 1px 0 0;
width:80px;
height:80px;
padding:0;
}
Hey erwanpia!
The theme’s css will always override the wordpress core styling if there is any. Actually, the css that you mentioned does not affect anything because the width of the gallery thumbnails is controlled using this selector:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 20%;
}
Cheers!
Ismael