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

    Hi Enfold team, great theme :)

    I’d like to reduce some space amoung some elements,
    I have mark in orange what I mean.

    Thanks in advice
    Ivan

    #435145

    Hey ivanbangbus!

    Thank you for using our theme.

    Can you give us a link to this page please? Then we can check and give you the correct CSS. It is not possible to do with the jpg only.

    You can post it here as a private reply.

    Cheers!
    Günter

    #435261
    This reply has been marked as private.
    #435266

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar .logo { border: none; }
    .html_header_sidebar #header .av-main-nav > li { margin: 0 6%; }

    then go to Enfold/css folder and edit Grid.css file to change spacing between elements

    Cheers!
    Yigit

    #435310
    This reply has been marked as private.
    #436008

    Hey!

    Please open Grid.css file and find “Columns for better content separation” and below you will find column widths as following

    div .av_one_fifth {
      margin-left: 6%;
      width: 15.2%;
    }

    and change it to following

    div .av_one_fifth {
      margin-left: 2%;
      width: 19.2%;
    }

    Cheers!
    Yigit

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