Tagged: x
-
AuthorPosts
-
November 26, 2016 at 7:21 am #1271436
innovatefastParticipantHi,
I am trying to do the following, but having huge difficulty. I’m hoping that the themeco team can help!
My site is: http://innovatefast.com/jats/I’m looking to make the take the concept from this other header:
http://dev.rs7tech.com/josephs/1. Basically I’d like to make the logo be left justified, and have 2 columns of content to the right of it. (1 column for Hours of operation and 1 column for Address). In mobile, i’d like it to be centered.
2. The next this is that I would like to have the Topbar, logo bar and menu bar stay static on the page. Is that possible?
November 26, 2016 at 4:09 pm #1271673
RadModeratorHi there,
Thanks for writing in.
That’s not currently possible as the header doesn’t have structure or feature like that. But it’s possible through custom development.
Example, you may try composing your header content (3 columns) in cornerstone and copy and paste its content to \wp-content\themes\x\framework\views\global\_brand.php replacing this code
<a href="<?php echo home_url( '/' ); ?>" class="<?php x_brand_class(); ?>" title="<?php echo $site_description; ?>"> <?php echo ( $logo == '' ) ? $site_name : $site_logo; ?> </a>Navbar is the only element that can be static/fixed unless you’ll use inline navigation instead of stacked.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1271436 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
