Hey Andre,
Just downloaded and installed Circumference on a new site I’m working on. Like, wow! I’ve got those good heebie jeebies again exploring a new StyledTheme theme!
I am trying to figure out why the
#cir-logo-group-wrapper
ID is within a col-md-5 class. I have a very long title of “Global System Integration Services”. At a full viewport width of <1000 or so the col-md-5 class spans the full width of the header area. However, if I am at full screen, the title is wrapped because col-md-5 becomes more narrow, thus making the header area much taller.
I understand how the bootstrap works, but I was wondering why the header area for the logo and title is not full width. I'm sure there's a very good reason, you being a theme developer and all lol!
Here's the header HTML (I have not set up any navigation yet):
What I did was put the following CSS into the child theme style, and the title no longer wraps:
#cir-site-header .col-md-5 {
width: 100%;
}
Enlightenment as to what I am missing would be much appreciated!! :woohoo: