Show Sidebar Log in
Commons In A Box Logo
  • Home
  • About
    • Project Team
    • Logos and Graphics
  • Showcase
    • CBOX Classic Showcase
    • CBOX OpenLab Showcase
  • Demo
  • Get Started
  • Documentation
    • Technical Guide
    • CBOX Classic Guide
    • CBOX OpenLab Guide
  • Support Forums
    • CBOX Classic
    • CBOX OpenLab
    • Developers Forum
  • News

Group Admins

  • Profile picture of Scott Voth

CBOX Classic Support

Public Group active 3 months, 4 weeks ago

This group provides support for Commons In A Box Classic, our original software for community-building. Register for an account or log in to commonsinabox.org, then join the group and post your question here.

Header Logo responsiveness

  • This topic has 1 reply, 2 voices, and was last updated 8 years, 6 months ago by Christian Wach.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • November 8, 2016 at 11:12 am #6121
    Doug Lowthian
    Participant

    The header is responsive, it’s just that the logo element is not. What do I need to change and exactly where to allow my header image to be responsive with the rest of the site? Thanks in advance.

    My site: http://heritageleader.net/

    November 8, 2016 at 11:36 am #6122
    Christian Wach
    Participant

    Hi @douglowthian – you have two options:

    1. Add your image via the CBOX Theme Options as a background image in the header section
    2. Add some custom CSS to your site for the Logo Image to become responsive

    The first option means you’ll have to separate out the “logo” part of the image from the “background” and uploading them separately, whilst the second means tweaking the position and size of the existing image at appropriate screen sizes.

    I have included some CSS below that does very basic responsiveness for your current approach, but it may need the header height tweaking:

    @media all and (max-width: 924px) {
    	.icext-header-logo img {
    		max-width: 80%;
    		bottom: 0;
    		position: absolute;
    	}
    }
    
    @media all and (max-width: 600px) {
    	.icext-header-logo img {
    		max-width: 60%;
    	}
    }
    
    @media all and (max-width: 420px) {
    	.icext-header-logo img {
    		max-width: 40%;
    	}
    }
    

    This can be added to “Custom CSS” in the CBOX Theme Options page, under “Global”

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In
Group logo of CBOX Classic Support
  • Home
  • Forum
  • Announcements
  • Docs
  • Members 287
  • Send Invites

Groups

Newest | Active | Popular | Alphabetical
  • Group logo of CBOX Classic Support
    CBOX Classic Support
    287 members
  • Group logo of CBOX Pioneers
    CBOX Pioneers
    71 members
  • Group logo of CBOX Developers
    CBOX Developers
    40 members
  • Group logo of CBOX OpenLab Support
    CBOX OpenLab Support
    22 members
  • Group logo of CBOX-OL Testing Partners
    CBOX-OL Testing Partners
    12 members

CBOX has its roots in the CUNY Academic Commons, which in turn was made possible through funding from The City University of New York itself.

CUNY Logo

CUNY Academic Commons Logo

City Tech logo

The Commons In A Box was made possible through the generous support of the Alfred P. Sloan Foundation.

Alfred P. Sloan Foundation Logo

NEH Logo

The CUNY Graduate Center has directly contributed to the CUNY Academic Commons, housing the project since its inception, and has contributed to CBOX through its GC Digital Initiatives.

CUNY Graduate Center Logo

CUNY Graduate Center Digital Initiatives Logo

Powered by Commons In A Box
css.php
Skip to toolbar
  • About WordPress
    • WordPress.org
    • Documentation
    • Learn WordPress
    • Support
    • Feedback
  • Log In
  • Register