Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #845082

    Hey everyone!

    Can someone help me with some quick styling changes, I tried it but without succes…

    example
    (website: Huidtherapie.online)

    Here is a picture of the magazine function.
    How can I center the text (to the image) and remove the big ugly line under it?

    Thank you all :)

    • This topic was modified 7 years, 3 months ago by JustinBean.
    #845164

    Hey JustinBean,

    To fix it, just add this custom code at Enfold Theme Options > General Styling > Quick CSS

    
    .av-magazine-title {
      margin-top: 16px !important;
    }
    

    Best regards,
    John Torvik

    #845304

    The text is centered perfectly! thank you.
    The only thing now is to remove the ugly lines.

    Thanks.
    Justin Bean

    #845888

    Hi JustinBean,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-magazine-content-wrap {
        border-bottom: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #845941

    It works like a charm! Thank you for your time Victoria.

    You can close this thread.

    Thank you!
    Justin Bean

    #846378

    Hi Justin Bean,

    Glad we got things working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.