Tagged: x
-
AuthorPosts
-
September 22, 2016 at 4:14 pm #1187006
thatcreativeguyParticipantQuestion: I want to place the top banner ad inside the white space on top of the navigational buttons (with good spacing of course). Is that possible? Here is the code:
?>
<?php x_get_view( ‘global’, ‘_header’ ); ?>
<?php x_get_view( ‘global’, ‘_slider-above’ ); ?>
<header class=”<?php x_masthead_class(); ?>” role=”banner”>
<?php x_get_view( ‘global’, ‘_topbar’ ); ?>
<?php echo do_shortcode (‘[bsa_pro_ad_space id=4]’); ?><?php x_get_view ( ‘global’, ‘_navbar’); ?>
</header>
<?php x_get_view( ‘global’, ‘_slider-below’ ); ?>
<?php x_get_view( ‘renew’, ‘_landmark-header’ ); ?>Check out the web page to see what I am talking about – http://ffh.that-creativeguy.com
September 22, 2016 at 4:15 pm #1187016
thatcreativeguyParticipantThis reply has been marked as private.September 22, 2016 at 4:21 pm #1187023
thatcreativeguyParticipantThis reply has been marked as private.September 22, 2016 at 8:54 pm #1187362
FriechModeratorSeptember 22, 2016 at 9:39 pm #1187397
thatcreativeguyParticipantThis reply has been marked as private.September 23, 2016 at 12:16 am #1187506
Paul RModeratorHi,
You have to add the code in global/_nav-primary instead of renew/wp-header.php
I went ahead and move it to the correct file.
We also recommend that you install and activate a child theme then move your customization to your child theme instead of directly editing the core file. It will get overwritten on theme update.
https://community.theme.co/kb/how-to-setup-child-themes/
https://community.theme.co/kb/customization-best-practices/Hope that helps.
September 23, 2016 at 7:02 am #1187806
thatcreativeguyParticipantThis reply has been marked as private.September 23, 2016 at 9:04 am #1187929
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 979px) { .x-navbar .bsaProContainer { position:static; margin: 0 auto; max-width: 468px; } .x-navbar { text-align:center; } .x-brand { float:none; margin-bottom:10px; } .masthead-inline .x-btn-navbar { display: inline-block; float: none; margin-bottom: 20px; } }with regards to your second query, I am not sure what code you are referring to. Do you mind providing us a little more clarification.
Thanks
September 23, 2016 at 11:37 am #1188099
thatcreativeguyParticipantThis reply has been marked as private.September 23, 2016 at 12:25 pm #1188154
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1187006 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

