Hi there,
As adapt theme (from wpexplorer) contains a .po file with only 5 lines, it’s not very nice for my french visitors (http://servnet.fr).So I’m trying your free attitude theme, on localhost with instantWP on a USB key. (…I’ve begun by translating your .pot file in fr_FR.po… :-))…)
But I would like a layout like actually.
That means with hgroup-wraper on width: 100%. That means also, I’ve to get hgroup-wraper out of container clearfix. That works good when I modifiy on chrome or firefox by ascending line in elements.
In header.php, I’ve found “do_action( ‘attitude_header’ );”, in reference of a function of header-extensions. But that doesn’t help me to get what I want, like it can be with other theme.
Have I to dequeue and enqueue a new function in a function.php file in my child theme, like explained by Mortensen on Lynda.com or could I do different, like rewriting header.php ?
Thank you, for your response.