Digital experiences for all disciplines
Forum Replies Created
-
-
Why don’t you just set the headings font in Flexform Options > Font Options?
– Ed
Fixed – will include this in v1.2 🙂
– Ed
Looking now 🙂
– Ed
We fixed an issue in v1.1.1 to do with larger logos not resizing when the size was set.
I’ve checked yours and it seems the right size? You could upload a larger logo, and set the width in the header options?
– Ed
That’s the breadcrumbs bar. I’m guessing you don’t have it disabled for that page? (You can turn it off in the page meta options).
– Ed
Sure, just add the following css to Flexform Options > General Options > Custom CSS:
.page-heading h1, .page-heading h3 { text-align: center; }
– Ed
@grokism – thanks again!
Hi there,
Not as standard, you’d need to edit the code in header.php.
– Ed
Thanks for pointing this out, will get this fixed for the next update. You can fix it now by editing /js/functions.js, and replacing lines 689-691:
jQuery(window).smartresize(function() { widgets.resizeAssets(); });
with:
jQuery(window).smartresize(function() { widgets.resizeAssets(); jQuery('.team-members').equalHeights(); });
Hope that helps.
– Ed
@grokism – I’m not sure that his issue is definitely the same, need some details to confirm it! If you could email me a login then I’ll happily take a look: [email protected]
@hartzine – are you sure you’re having the same problem? Can you provide some details?– Ed
Use this code:
#header-section { background-image:url('http://cityoflapine3.jensenone.com/wpcontent/uploads/2013/04/header_background5.jpg')!important; padding: 15px 0; border-bottom: 1px solid #e4e4e4; }
– Ed
@eduturns – thanks, I was just about to suggest this 🙂
– Ed
Hi there!
There currently isn’t any button alignment, but we’ll add this to the wishlist.
Can you show us an example of a full width layout footer?
– Ed
Hey guys,
Have you set the logo width in the header options?
– Ed
-