Welcome, guest!

Feel free to read the blog, browse for themes, or join the club.

How do I reposition the photo?

  1. 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

  2. what is the link to your site?

  3. Which picture? Which site?

  4. sorry,
    http://www.cookingyourhealth.com

  5. You must be a logged-in exclusive member to view this reply.

  6. 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

  7. You must be a logged-in exclusive member to view this reply.

  8. Thank you Justin. Exactly what I wanted.

  9. 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

  10. You must be a logged-in exclusive member to view this reply.

  11. 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?

  12. You must be a logged-in exclusive member to view this reply.

  13. 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.

  14. You must be a logged-in exclusive member to view this reply.

  15. I am using an aweber link in a text widget.

  16. You must be a logged-in exclusive member to view this reply.

  17. <script type="text/javascript" src="http://forms.aweber.com/form/89/1999773689.js"></script>

  18. You must be a logged-in exclusive member to view this reply.

  19. 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 :)

Reply

You must log in to post.

Limited Access

If you have an account, please take a moment to log in.

Non-exclusive members have limited access to the support forums.

To enjoy the full range of support, sign up for an exclusive membership in the theme club.

Support Forums

  • Bliss Theme (202 posts)
  • Hybrid Theme (17,030 posts)
  • Options Theme (10,322 posts)
  • Structure Theme (2,624 posts)
  • Visionary Theme (767 posts)
  • bbPress Themes (293 posts)
  • WordPress Plugins (1,617 posts)
  • General Discussion (3,979 posts)