How do I make the headings on all of my pages aligned with the menu please?
thank you
http://bodytalkcare.com/bodytalk/protocol/the-map/
for example I would like the special heading that says “body maps” to be aligned with the menu where is says “home”
Hi Nathan!
Try adding this to your custom CSS.
.menu > li:first-child a {
padding-left: 0;
}
Best regards,
Elliott
Thank you, I tried that
Yet it is still not aligned
http://bodytalkcare.com/bodytalk/
I would like the “T” in “The BodyTalk System to be aligned with “Home” where the menu is above it
is that possible?
Thank you for your assistance I appreciate it
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-18 h1.av-special-heading-tag {
padding-left: 14px !important;
}
Regards,
Rikard
thank you
it worked for that page,
how could I make that the same for every page
Hey!
Please try this instead:
.page h1.av-special-heading-tag {
padding-left: 14px !important;
}
Cheers!
Rikard
the sub heading too?
Hi!
Try this:
.page h1.av-special-heading-tag, .page .av-subheading {
padding-left: 14px !important;
}
Best regards,
Rikard
thank you
I’m learning that now the text content needs to be aligned with main and sub heading too please
Hey!
Please add following code to Quick CSS as well
.avia_textblock {
padding-left: 14px;
}
Cheers!
Yigit
thank you
how would I get the image to be aligned for every page too please?
thank you