Tagged: ,

Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • #673101

    Thanks, i look at it and it works!
    I have another question: why in “Blog” page a space remains high in the title when i set: impostazioni titolo barra > nascondi entrambi”?. I left the same settings to another page “Counseling” and the space does not appear. Can you check please?

    #673105

    Hey!

    I have added following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-21 #main .container_wrap_first {
        display: none;
    }

    Please review your website now

    Regards,
    Yigit

    #673183

    It works!

    Thank you guys for all the support!

    #673544

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

    #673826

    Hi,

    Unfortunately i have another question: why the section “colore” in blog page have more space than the equivalent area in the page “Il counseling” if the settings are the same? I want the same space of the “sezione colore” in Il counseling. Could you check please?

    #673897

    Hi,

    Please edit your color section elements and give them the same unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png (“your-custom-id” in the example below) and add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #your-custom-id .av-special-heading.modern-centered {
    margin-top: 0;
    }
    

    then you can simply edit and choose to display same padding

    Best regards,
    Yigit

    #674107

    Hi Yigit,

    What i have to read in “Section ID”?

    • This reply was modified 8 years, 3 months ago by Benzai6.
    #674116

    Hi,

    That is up to you, in the custom code i posted above, it is “your-custom-id”

    Best regards,
    Yigit

    #674159

    Excuse me i don’t have any experience in programming languages: can you give me an example of an custom id?
    I only want that basic setting of “spazio definito” in color sections. Thanks!

    #675441

    Hi,

    You can edit your color section element and add “your-custom-id” (without double quotes) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .av-special-heading.modern-centered {
    margin-top: 0;
    }

    Best regards,
    Yigit

    #677457

    Hi,
    I followed your instructions but the problem continues (the sezione colore of “il blog” is still larger than “counseling”). Could you please check? Thank you.

    #677495

    Hi,

    Please start a new thread and attach temporary admin logins in private content field so we can look into it.
    If you post them here, they will be visible to the OP as well.

    Best regards,
    Yigit

Viewing 12 posts - 31 through 42 (of 42 total)
  • You must be logged in to reply to this topic.