Home › Forums › Support › Child Theme › Reply To: Child Theme
March 29, 2016 at 6:48 am
#182578
Hi Tom,
Another question… In GeneratePress (style.css) I have these lines as default:
.main-navigation ul ul {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
display: none;
float: left;
position: absolute;
left: 0;
z-index: 99999;
width:250px;
text-align:left;
}
But I want change the width to 300px as below:
.main-navigation ul ul {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
display: none;
float: left;
position: absolute;
left: 0;
z-index: 99999;
width:300px;
text-align:left;
}
Question, After every GP update, the GeneratePress stlyle.css back to “width:200px” how can I set definitely “Width:300”?
Thank you.
Pablo