BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Increasing width of site title area
- This topic has 6 replies, 2 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
April 11, 2016 at 11:58 am #67726@blstraubI searched but did not find any other questions regarding this. It is (I think!) my very last CSS question. The site is coming along nicely and looks good.
I do not have a site logo, nor do I want to use one. Instead, I simply want to use the site’s title, which is 17 characters long. I would like to use Pacifico, 30px, normal weight but that causes the end of the title to be cut off. Decreasing the size to 26 works, although it’s a bit smaller than I’d like. However, on an iPad, even that is cut off. To have the whole site title display on an iPad, I need to reduce it significantly more.
The background of the entire top of the site is white: logo area above the BuddyBar, center section and right user section. In the center section, I have only a search bar. I would like to increase the width of the title section so the title can print cleanly on both a desktop and a tablet. It’s okay if the site title extends beyond the BuddyBar.
I tried the following, one after the other, which did not work. I am guessing there is some other container that is limiting the width of the logo area to the width of the BuddyBar. I am hoping that is not the case.
body.left-menu-open #mastlogo {
width: 300px;
}
#mastlogo {
width: 300px;
}
body.tablet.left-menu-open #mastlogo {
width: 250px;
}Suggestions?
Thanks!
BrianAnswers
April 12, 2016 at 2:30 am #67775@anveHi @blstraub,
Please try following css and apply in child them custom css option.
body.left-menu-open #masthead .header-outher { margin-left: 270px; }
Regards
AnveApril 12, 2016 at 10:09 am #67824@blstraubThat was perfect!
Thank you! You are terrific!! 🙂
Brian
April 12, 2016 at 10:18 am #67825@blstraubOops!
With that setting, there is a small window in the top bar that text or images scroll into. Easy fix or should I just go back to my previous setting?
Thanks!
Brian
April 13, 2016 at 12:37 am #67885@anveHi @blstraub,
Try adding following css in child theme custom css option.
body.left-menu-open #masthead { background-color: #fff; }
Regards
AnveApril 13, 2016 at 5:56 am #67915@blstraubOkay, now it works perfectly! Thank you!!
Brian
April 13, 2016 at 6:13 am #67916
- The question ‘Increasing width of site title area’ is closed to new replies.