aonghus
Forum Replies Created
-
Thanks Michael, that is very useful.
Cheers,
AonghusThanks Kathryn.
That worked with the unique page id and navigation-top class of the theme.
It was very simple and clean.I am working in a child theme and am making modifications to my functions file and custom templates, so anything I can change in php would be useful for me. But I think in this case it was better to use css.
Hi Michael.
That worked a charm. Thank you!
I am trying to get my head around filters and hooks in php. In the add_filter command, are – ‘body_class’, ‘one_column_page_body_classes’ actual html classes? And if so, where are they located?
I would really like to learn how this worked. Thanks,
Aomghus ‘Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoThanks Kathryn.
My mistake… I had a different menu – other than a custom menu with social links and this took styling from somewhere else. Which made it look off. I just created a new menu with custom links which pulled up the icons from the parent css and all is good. Perfect in fact.
You have really helped, thank you again.
Aonghus
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoThank you.
That centres well on safari and firefox.
But not on chrome…Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoYes, I want the social menu stacked on top of the site info credits.
And both centred.Are they in separate divs no?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoOk Hopefully you can use this. This is the theme zipped up
http://aonghusrathbone.com/wp-content/uploads/2017/01/twentyseventeen-child.zip
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoI can do that.
What files do you need? php cssForum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoForum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoGreat, I’ll upload now…
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoI am working in a child theme. The css and php etc are enqueued.
No edits in parent at all!As I said I am having difficulty just styling in the browser. With regards to this social menu…
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to centre Social Menu & site infoHi Kathryn.
Thanks for the quick reply.I’m working in MAMP so, not sure I can send a link.
I did in fact manage to target the element ‘site-info’ with:-@media screen and (min-width: 48em){
nav .social-navigation, .site-info {text-align: -webkit-center;
width: 100%;
font-size: 0.3em;
}
}I haven’t added any classes or ids to the social menu so whatever it is in the parent css is what is being rendered. And I cannot even get the menu to do anything in dev tools.
Cheers
AonghusForum: Themes and Templates
In reply to: [Twenty Seventeen] Center Social link menuHi Kathryn.
I tried that but with no success. I made a new thread.
Do you have to state media query in this command?
Aonghus