Forum Replies Created
-
AuthorPosts
-
Great thanks, i’ll look into that!
you need a dash in text-align:
text-align: right;
September 30, 2013 at 2:11 pm in reply to: Enfold buttons next to each other (within same columns) #168114Buttons are wrapped in an
avia-button-left
(or center or right) div. This div is set to display:block, which pushes the next element to the next line.You can have inline buttons by setting the display of this div to inline:
.avia-button-center { display: inline; padding: 0 5px; }
This should display the buttons nicely next to each other, with 10px space inbetween.
Hope it helps!
- This reply was modified 11 years, 1 month ago by simonswiss.
No worries, glad i could help! :-)
I believe the comments do show with indentation out of the box with enfold. However, only the comments posted via the “reply” button directly within a comment box will be considered a direct reply, and therefore be indented. Hope it makes sense!
Hi @uattah,
You can get your title text lighter by editing the CSS style for the h2 heading (the title “medicine of the past made new” you mention is an h2).
In the theme options, under General Settings –> quick css (at the bottom) you can add this:
h2 { font-weight: normal; }
Please note that this will affect all the other h2 headings throughout the site, they will all appear in normal font weight instead of bold.
Hope it helps!
- This reply was modified 11 years, 1 month ago by simonswiss.
-
AuthorPosts