Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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).
    Thanks

    #189843

    For 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 wish

    #189933

    Hey!

    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,
    Yigit

    #190028

    thanks! 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!

    #190236

    Hi!

    Can you post the link to your website and a screenshot showing all changes you would like to make?

    Regards,
    Yigit

    #190322

    Thanks! – will do in a few days.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘horizontal ruler: too much space top and bottom’ is closed to new replies.