Ahoy,
I need some help lining up this text (screenshot 1)
The problem is I already inserted some quick css , (link 2) The problem is that this text is a little bigger than the other header in this thread.
How do I just adjust this header to line up like how I would like to achieve… (screenshot 3)
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-subheading p:first-child {
margin-left: 14px;
}
NOTE: This will affect all headings to make changes to specific heading please add a #ID to the color section and use the color section ID in the below example.
#color-section-ID .av-subheading p:first-child {
margin-left: 14px;
}
Best regards,
Vinay
Yo Vinay!
I added a custom class to the element (screenshot 1)
and added this css
#color-section-home .av-subheading p:first-child {
margin-left: 18px;
}
but nothing seems to move
Hi,
You’ve assigned a class to the element, not an ID. Please try this instead:
.color-section-home .av-subheading p:first-child {
margin-left: 18px;
}
Best regards,
Rikard
OK Cool, I figure it out!
Thanks!
Hi,
Glad it’s sorted!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay