-
AuthorPosts
-
November 17, 2013 at 6:45 pm #189833
Hello! Trying to use a horizontal ruler between an H2 and the content. There is FAR too much space and no possibility to adjust top and bottom space (as well as colour. Am I missing something or does one have to do some custom css for this (if so what is the code please).
ThanksNovember 17, 2013 at 9:16 pm #189843For default ruler the css code is :
.hr{clear: both;display:block;width:100%;height:25px;line-height:25px;position: relative;margin:30px 0;float:left;}
in your child theme just to change the “margin” as you wishNovember 18, 2013 at 3:55 am #189933Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.hr { margin: 0; }If that does not work for you, please post the link to your website and point out HR element
Best regards,
YigitNovember 18, 2013 at 12:25 pm #190028thanks! did that already. it worked.
TRYING TO MAKE IT A STRONGER COLOR THOUGH which is NOT working (currently very light due to the Styling palette).Also trying to make the side menu with similar colors as in the main menu.
Not working. It seems to want to use grey (body content colour)
tried with custom css but perhaps did that wrong.
also trying to remove the bar around visited link on side menu.
I looked this up in your forum but the code you gave did not work for me.The styling palette I find very complicated – would be more clear if everything is labelled (h1-6, links, menu, roll-over, etc…) and one could define in this way with both color AND SIZE. Also cannot find any documentation which addresses main areas. Is there a page where you have the defined css areas where we do not need to contact you with each and every question?
thanks!November 18, 2013 at 6:42 pm #190236Hi!
Can you post the link to your website and a screenshot showing all changes you would like to make?
Regards,
YigitNovember 18, 2013 at 10:20 pm #190322Thanks! – will do in a few days.
-
AuthorPosts
- The topic ‘horizontal ruler: too much space top and bottom’ is closed to new replies.
