Thanks for the appreciation.
Can you share any screen-shot or please clarify more.
This
I would like to change it from green size to red size, for example.
The logo/image itself has a resolution even bigger. It looks like it get auto resized but I don’t know where to look or what to change.
So no clue how to change the logo resolution?
Azrael, You can try this.
open footer.php in /ascent
goto line 61 where it says
<div class="col-sm-3">
and change it to
<div class="col-sm-4">
then goto line 78 where it says
<div class="col-sm-9">
and change it to
<div class="col-sm-8">
save header.php and upload/replace it
you can play with these numbers to adjust the size of the logo and menu next to it. just make sure the two numbers add up to 12.
Hope this helps.
Thomas
Thanks a lot!
I used 6 and 6.
Thanks again.
oops, header.php not footer.php