Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1181266

    Hi

    I have tried everything to try and get the padding between grids, cells and text to change but nothing seems to be working. I want to have spacing between the text box and also between the background. Please help!!!

    The section relates to is https://makeupbyjovanca.com/#services

    #1181529

    Hey digitalalso,

    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 .flex_column_table_cell {
        padding: 20px;
    }
    

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

    #1181620
    This reply has been marked as private.
    #1181971

    Hello

    Could you please respond to the above? I have made work around to make the background cells even size but I would like to make them smaller. Nothing I have tried with padding settings is working.

    Also, the CSS you supplied has applied this to all of the sections in the website so the contact section is now all totally out of whack with sizing and layout. Can this just be applied to the sections that I want it to? Again, I have tried to place the CSS in the individual cells but it doesn’t apply.

    Thank you.

    #1182384

    Hi digitalalso,

    Yes, the css can be applied to just one section. Like this:

    
    #top #services .flex_column_table_cell {
        padding: 20px;
    }
    

    Could you please attach a mockup of what you’re trying to achieve?
    Best regards,
    Victoria

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