-
AuthorPosts
-
August 16, 2016 at 10:23 am #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?August 16, 2016 at 10:37 am #673105Hey!
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,
YigitAugust 16, 2016 at 1:08 pm #673183It works!
Thank you guys for all the support!
August 17, 2016 at 8:05 am #673544August 17, 2016 at 6:07 pm #673826Hi,
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?
August 18, 2016 at 12:20 am #673897Hi,
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,
YigitAugust 18, 2016 at 10:50 am #674107Hi Yigit,
What i have to read in “Section ID”?
- This reply was modified 8 years, 3 months ago by Benzai6.
August 18, 2016 at 11:07 am #674116Hi,
That is up to you, in the custom code i posted above, it is “your-custom-id”
Best regards,
YigitAugust 18, 2016 at 1:18 pm #674159Excuse 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!August 21, 2016 at 9:50 pm #675441Hi,
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,
YigitAugust 25, 2016 at 12:08 pm #677457Hi,
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.August 25, 2016 at 1:47 pm #677495 -
AuthorPosts
- You must be logged in to reply to this topic.