Hello,
I am trying to reposition the picture so that the space between the navigation bar and the content is smaller. Right now it looks to me that that space takes the hight of the photo. Is there a way I can adjust that distance?
Thank you
Hello,
I am trying to reposition the picture so that the space between the navigation bar and the content is smaller. Right now it looks to me that that space takes the hight of the photo. Is there a way I can adjust that distance?
Thank you
what is the link to your site?
Which picture? Which site?
You must be a logged-in exclusive member to view this reply.
Justin, the image before was set in function.php
I did what you told me and added the image in the text, it turned out great. then I went to delete the code we set before to ad the img int he header through functions and I messed up.
What did I write wrong?
<?php
add_action( 'hybrid_after_header', 'my_header_img', 1 );
function my_header_img() {
?>
<img class="header-image" src="http://cookingyourhealth.com/wp-content/themes/hybrid-custom/images/myimage2.jpg" title="My image 2" alt="Example" width="195" height="210" />
<?php
}
add_filter( 'wp_page_menu_args', 'custom_page_nav' );
function custom_page_nav($args) {
$args['show_home'] = 'Blog';
return $args;
}
add_filter( 'breadcrumb_trail', 'disable_breadcrumb_trail' );
function disable_breadcrumb_trail( $trail ) {
return false;
}
I copied and pasted the code in functions.php Now after I deleted the first part I cannot access the editor in wordpress. It gives me the error:
Parse error: syntax error, unexpected '}' in /home/wayaken/public_html/cookingyourhealth.com/wp-content/themes/hybrid-custom/functions.php on line 4
You must be a logged-in exclusive member to view this reply.
Thank you Justin. Exactly what I wanted.
I just noticed something about the photo. When the cursor is on it it says the name of the photo. How do I change that to nothing showing. Let me know if you want me to post this in a different thread.
Andreea
You must be a logged-in exclusive member to view this reply.
I will change the name, for sure. Thank you for letting me know. I am learning so much from you being a member here :)
About the photo and the boxes underneath them... is there a way I can align them vertically?
You must be a logged-in exclusive member to view this reply.
I want to align the photo, the subscription boxes, and the Shopping cart to be on the same line vertically, aligned left, or center. Now it looks like the picture and the shopping cart are to the left and the subscription boxes are more to the center.
You must be a logged-in exclusive member to view this reply.
I am using an aweber link in a text widget.
You must be a logged-in exclusive member to view this reply.
<script type="text/javascript" src="http://forms.aweber.com/form/89/1999773689.js"></script>
You must be a logged-in exclusive member to view this reply.
Andreea, in your AWeber account when you created the sign up form there are alignment settings you can modify.
Just go back in and edit the sign up form to how you want it and then resave. It will then show the updated form on your website :)
You must log in to post.