I have tried to decrease the height of the header of this website: ishameetings.cl without success.
In addition, the WordPress template that I am personalized with is Albar.
Any suggestions are grateful.
I have tried to decrease the height of the header of this website: ishameetings.cl without success.
In addition, the WordPress template that I am personalized with is Albar.
Any suggestions are grateful.
In the template Albar you must modify the id wporg-header
#wporg-header {
height: 120px;
text-align: inherit;
}
for example:
#wporg-header {
height: 180px; // <-
text-align: inherit;
}