Forum Replies Created
-
AuthorPosts
-
lizbarber05MemberThis reply has been marked as private.lizbarber05MemberThis reply has been marked as private.lizbarber05Member
Hi Jennifer, ok so I just realized that your using the Design Palette Pro plugin on your Executive Pro child theme. So supposedly according to that plugin making changes like this shouldn't involve you having to write, edit or work with any coding.
I'm not familiar with that plugin so it's hard for me to offer advice without looking at your dashboard/plugin settings.
Have you looked in the Header settings to see if there is a place to increase the header size?If you want I can give you the website of a guy who does Genesis Tweaks for a pretty good price. It's usually $20 per tweak.
If you're interested let me know and I'll message his info to you.lizbarber05MemberThanks Graham for your help. I appreciate it!
lizbarber05MemberUnfortunately since your logo is an actual image and not live text you cannot make it bigger without compromising the quality of the logo.
If you have the original file that your logo was created in you need to increase the size of it in the program that it was created in (i.e. photoshop or illustrator).lizbarber05MemberMake sure when you're saving the file that you're clicking "save for web" and not just "save"
When you click "save for web" it should take you to a dialog box that displays the following:
make sure there the "matte color" box is set on "none"
lizbarber05MemberThis is the code I use:
// Add Signature Image after single post add_action('genesis_after_entry_content', 'custom_include_signature', 1); function custom_include_signature() { if(is_single()) { ?> <img src="IMAGE URL HERE" alt="Signature" /> <?php }}
lizbarber05MemberI would suggest increasing the padding under .genesis-nav-menu a
Currently it is set at: padding: 0px 15px;Try increasing the 15px to 80px.
}
lizbarber05Memberthanks so much Selena! I appreciate your help!
lizbarber05MemberHey there good work. A couple of critiques I have:
Social media icons.: That yellow is really harsh on the eyes and difficult to read.
Header/Top Ad: Also the ad you have above the header becomes the main focus and your header title/tagline take a back seat. I might suggest changing the height of that top ad or if you don't then increasing the font-size of your header/tagline.lizbarber05MemberLooks great. Though I believe it's actually the Foodie theme you are using.
lizbarber05MemberI love it Susan. The images are amazing that you're using- really makes your site shine!
I would suggest adding a contact link to your services page after each detailed description of services your offer... it may encourage potential clients to want to inquire right away.
Great Job!lizbarber05MemberSridhar, I just want to say thank you so much for your amazing help with this.
Your help saved me today!Thanks again!
lizbarber05MemberSorry Sridhar, I realize I forgot to mention that it's the responsive view where I am having the problem.
Here's is a snapshot of what I'm seeing on responsive devices.
lizbarber05MemberThanks so much Andrea!
lizbarber05MemberHi I'm trying to figure this out too. Were there any specific changes to the coding above you made to get everything to work for you?
Thanks!
-Liz
-
AuthorPosts