-
AuthorPosts
-
April 22, 2020 at 11:27 pm #1206394
Do you know why, even though the CSS is still there, the border and spacing above the Partner Logos came back?
I still have this in the theme:
#after_section_5 {
border-top-style: none;
padding-top: -40px;
}
and
#after_section_5 .container .template-page.content.av-content-full.alpha.units{
padding-top:0px!important;
}
#av_section_5 .container .template-page.content.av-content-full.alpha.units{
padding-bottom:0px!important;
}Please refer to this thread that you closed so I couldn’t reply there: https://kriesi.at/support/topic/background-color-for-partner-logo-element/#post-1198425
It was fixed before but is now back even though the CSS is still there. WHY?April 23, 2020 at 7:31 pm #1206622Hey cmeurer,
Could you please attach some screenshots of the issue?
Border in for the #after_section_6 not 5, did you change elements on the page?
Best regards,
VictoriaApril 23, 2020 at 8:11 pm #1206655I did not change the CSS. Screenshot attached.
I do not want the gray line and I want the logos moved up closer to the words above.
April 23, 2020 at 8:57 pm #1206680Hi cmeurer,
I mean that the page elements changed, not the css.
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
#after_section_6 { border-top-style: none; padding-top: -40px; } #top #main #after_section_6.avia-section .template-page, #top #main #av_section_6.avia-section .template-page { padding-bottom: 0; }
If you need further assistance please let us know.
Best regards,
VictoriaApril 23, 2020 at 10:10 pm #1206695I don’t believe I changed the page elements either but regardless, this worked so thanks!
April 24, 2020 at 6:27 pm #1206900Hi cmeurer,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 7, 2021 at 11:07 am #1278418This reply has been marked as private.February 8, 2021 at 12:58 pm #1278633Hi Soulshakin,
Please try the following in Quick CSS under Enfold->General Styling:
.home #after_layer_slider_2 { display: none; }
Best regards,
RikardFebruary 8, 2021 at 3:49 pm #1278685Thanks Rikard, it works.
February 9, 2021 at 6:45 am #1278932Hey Soulshakin,
I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonFebruary 10, 2021 at 6:32 pm #1279571Hi Jordan,
I had to exclude this for mobile. That has worked with @media only screen and (min-width: 769px) {
is this right? because since this changes I have problems with enfold theme options h tags in mobile that don’t have effect in mobile anymore.Best regards,
SoulshakinFebruary 11, 2021 at 8:46 am #1279663Hi,
Apologies, I’m not understanding the issue, can you screenshot?
Best regards,
Jordan ShannonFebruary 11, 2021 at 3:52 pm #1279780Hi Jordan,
you cannot change parameters in h3, h4, h5 tags which are only visible on mobile devices. Changes do nothing.
https://s18.directupload.net/images/210211/mismzlpc.png
Thanks for help
February 13, 2021 at 1:05 pm #1280250Hi Soulshakin,
Please make sure that you have closed the media query you added properly, it should look something like this:
@media only screen and (min-width: 768px) { .home #after_layer_slider_2 { display: none; } }
If you leave media queries open, then the theme options might stop working. If you are looking to make changes for mobile only, which are different from the settings in your screenshot, then you will need custom CSS for that.
Best regards,
RikardFebruary 13, 2021 at 2:25 pm #1280257Thanks Rikard, you solved the problem :-)
February 14, 2021 at 3:57 am #1280345Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Border and spacing came back!’ is closed to new replies.