Hello all,
So I'm trying to edit the main.css file in the ArDominion theme to (1) decrease the size of the logo image and (2) change the background colour of the header.
All I've done so far was add the following (highlighted) in the main.css file:
/* To resize logo image */
#logo{
float:none;
text-align:center;
max-width: 100px;
height: auto;
}
/* Change colour of header bar */
@media (max-width:767px){
#top-bar{
margin:0 -20px;
height:auto;
background-color: #8f001a;
}
After doing this, I saved the file. Then I did make in the arDominionPlugin folder, and then did php symfony cc and sudo systemctl restart php7.2-fpm . I opened my atom instance in an incognito browser, and there were no changes.
If anyone could help me understand what I'm doing wrong and how I can fix it, I'd be very grateful.
Thank you all for your time and consideration,
Carolyn.