Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1012856

    Hi Enfold Team!

    in my ‘About Eefke’ page I have two grey blocks with text.
    I find the distance between the border and the text inside too big.

    Is there a way how I can adjust this distance?

    Thanks.
    Eefke

    #1012865

    Hey Eefke,

    Add this to quick css:

    .flex_column.av_three_fifth{
    padding-left:20px!important;
    padding-right:20px!important;
    font-size:14px;
    }

    Best regards,
    Jordan Shannon

    #1012883

    Hi Jordan,

    Thanks for your quick reply!
    Unfortunately it didn’t work…

    Any other suggestion?
    Thanks!

    Eefke

    #1012888

    Hi,

    Please add the code I gave you to the very top of quick css so that it runs first. Also be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #1012904

    Hi Jordan,

    That worked. Thanks a lot!

    The only thing is that the text doesn’t align anymore with the header above it…
    Any idea’s?

    Eefke

    #1012909

    Hi,

    Great. You can try to push the text over a bit by adding this:

    .flex_column.av_three_fifth p{
    margin-left:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1013607

    Hi Jordan,

    Both of the codes worked for my Dutch page (Over Eefke), but not for my (default) English page (About Eefke)…
    Any idea?

    Thanks Eefke

    #1013768

    Hi Eefke,

    Did you put it in Quick css for both languages?

    Best regards,
    Victoria

    #1013846

    Hi Victoria,

    I’m not sure what happened, but I’ve deleted the code in the Quick CSS and the text aligned.

    Now I only find the space between the text and the border too big.
    Any idea how to solve that?

    Eefke

    #1014214

    Hi Eefke,

    Best regards,
    Victoria

    #1014400
    This reply has been marked as private.
    #1014437

    Hi Eefke,

    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

    
    #top #av_section_2 .flex_column_table_cell {
      padding: 0 20px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014693

    Hi Victoria,

    Thanks for your reply! If I add this code the text in the box isn’t aligned with the header anymore.
    Any idea?

    Thanks!
    Eefke

    #1015421

    Hi Eefke,

    Best regards,
    Victoria

    #1015508

    Hi Victoria,

    Sorry for not being clear.

    What I would like is that it is aligned with for example the header ‘Do you recognize this situation’

    Eefke

    #1015788

    Hi Eefke,

    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

    
    #top #av_section_2 .flex_column_table_cell {
      padding: 0 20px !important;
    }
    #top #av_section_2 .flex_column.av_one_full {
      padding-left: 20px !important;
    }  
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1015820

    Thanks! You can close this topic.

    #1015879

    Hi,

    I’m glad you got this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Space between border and text’ is closed to new replies.