BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Banner in place of logo on BuddyBoss theme?
- This topic has 5 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
March 31, 2016 at 10:01 am #66266@optimysticHello,
I am wondering if it’s possible to get a banner like I have here on my twitter:
https://twitter.com/LaurenCGorgoAt the top of my buddyboss theme:
http://thinkwithyourheart.com/I see the option to upload a logo, but can I insert an entire banner?
thanks
Answers
March 31, 2016 at 11:44 pm #66403@
AnonymousHi @optimystic
Do you need to replace logo with banner ?
Regards
Varun DubeyApril 1, 2016 at 2:28 pm #66534@optimysticYes- would like a full width banner to replace the logo….
April 5, 2016 at 11:47 am #66965@
AnonymousHi @optimystic
You can try following custom css.@media screen and (min-width:481px){ #masthead .header-inner { max-width: 100% !important; } #masthead .header-inner #logo { left: 0!important; margin-left: 0 !important; width: 100%; } #masthead .header-inner a { display: inline-block !important; width: 100% !important; text-align: center; } }
Regards
Varun DubeyApril 16, 2016 at 6:47 pm #68628@optimysticThanks for that, but all i got was this:
http://devwork.thinkwithyourheart.com/Any more suggestions? Or can you point me to who might be able to assist in such a development?
thank you
April 18, 2016 at 1:46 am #68710@anveHi @optimystic,
Are you willing to use this same banner , because it is a big one . So , occupying a large area of your website .You can apply following css in child theme custom css option to make it look proper.
@media screen and (min-width:481px){ #masthead #logo img { height: 250px; width: 100%; } #masthead .header-inner { max-width: 100%!important; padding: 0; } }
Regards
Anve
- The question ‘Banner in place of logo on BuddyBoss theme?’ is closed to new replies.