Tagged: larger logo, Pinterest
-
AuthorPosts
-
February 19, 2014 at 8:56 pm #226427
Where and how is the top header area enlarged to accommodate a larger logo and how does one center the logo instead of flush left? How is the menu location changed? I’ll probably want it centered underneath the logo instead of right justified.
February 20, 2014 at 4:39 am #226568Hi angwisch!
What type of header do you have right now? Please check on Enfold > Header > Header Type.
Regards,
IsmaelFebruary 20, 2014 at 4:48 am #226570Hi!
Add this on Quick CSS or custom.css:
.logo.bg-logo { width: 100%; } .logo a { width: 300px; margin: 0 auto; }
Change the width of the “.logo a” selector according to the width of your logo.
Regards,
IsmaelMarch 22, 2014 at 8:42 pm #241670I don’t see a file called custom.css anywhere within the File Manager on the site, nor within the Editor feature of the WordPress Admin back end (Appearance > Editor). Please advice where to locate this file. I am trying the header “Small, Non-fixed Header.” Will it change the height as well, or do I need to custom code that?
March 24, 2014 at 6:49 am #241959Hi!
Please download the latest version of Enfold, 2.6.2. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
You’ll see new header options like header height, logo position etc. You don’t need to add custom css modifications anymore. You can find the custom.css file via FTP or your cpanel, it is inside the css folder. You can also use the Enfold > Styling > Quick CSS file.
Cheers!
IsmaelMarch 28, 2014 at 10:16 pm #244586After updating, I still do not see any header options. I tried adding the code to the Quick CSS file. That did nothing. Please advise. Also, a non-related question pertaining to images. What is the best way to insert images and have them all have a Pinterest “PinIt” button included? I used a widget and that did not appear to work because the theme seems to have a built in hover and then pop up image function going on that interferes with this. Can I disable the function that does this so it is easy for users to Pin images? http://www.event-floral.com/NEWSITE/test-weddings-page/
March 28, 2014 at 10:33 pm #244588Hi!
You still have 2.5.2, regarding the other thing you can disable that by adding this code to the Quick CSS:
.image-overlay { display: none !important; }
Regards,
JosueMarch 28, 2014 at 11:37 pm #244625Allright, I now have the latest version installed and found the header options. I chose “Logo center, menu below” and it is still flush left (logo) and flush right (menu) with a bunch of extra white space going on. I chose “custom pixel value” for the Header size and the Header Custom Size of 300 px.
http://www.event-floral.com/NEWSITE/Also the code to disable the image hover appears to have done nothing. I would like the PinIt button to prevail.
March 28, 2014 at 11:43 pm #244626Hey!
The pin button is appearing (on hover):
Best regards,
JosueMarch 29, 2014 at 12:02 am #244629Yes, but so does the hover image…both things are appearing on my end.
And it doesn’t appear at all on my iPad.The logo is centered and so is the menu in IE and on the iPad, but not centered in Chrome.
March 29, 2014 at 12:05 am #244630March 29, 2014 at 12:05 am #244631Hey!
The image hover is not appearing on my end and the Pin button is working as expected, try flushing your cache or seeing it from another computer.
Cheers!
JosueMarch 29, 2014 at 12:06 am #244632Hmm, here’s how i see your header:
March 29, 2014 at 12:09 am #244633It was indeed the cached items. Now it seems to be working, whew! Thanks for your help!!!
March 29, 2014 at 12:13 am #244634However, the iPad still does not disable the image hover and so I don’t see the PinIt button on that. Hmmm. Any idea why?
March 29, 2014 at 12:14 am #244635Maybe I need to try another Plug in since you don’t really “hover” with an iPad?
March 29, 2014 at 12:24 am #244637Yep, there is no hover on tablets/smartphones, but you can make the pin button to appear by default, this code will do it:
.pibfi_pinterest .xc_pin { display: block !important; left: 0; }
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.