Not exactly for me, changed my code from:
<div id=”header” style=”background-image:url(<?php echo $header_img; ?>);”>
<?php if ($graphene_settings[‘link_header_img’]) : ?>
to
<div id=”header” <?php boom_header_image() ?>);”>
<?php if ($graphene_settings[‘link_header_img’]) : ?>
and header got fixed but then forced my page to shift to the left,
then tried
<div id=”header” <?php boom_header_image() ?>
<?php if ($graphene_settings[‘link_header_img’]) : ?>
and still was not working, please help
Hi there, I was following the guide, but stuck at the point of adding the side bar, can you plz kindly send the code thank you. YunShui