Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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?

    #1206622

    Hey 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,
    Victoria

    #1206655

    I did not change the CSS. Screenshot attached.Border and spacing

    I do not want the gray line and I want the logos moved up closer to the words above.

    #1206680

    Hi 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,
    Victoria

    #1206695

    I don’t believe I changed the page elements either but regardless, this worked so thanks!

    #1206900

    Hi cmeurer,

    Glad we could help :)

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

    #1278418
    This reply has been marked as private.
    #1278633

    Hi Soulshakin,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_layer_slider_2 {
      display: none;
    }

    Best regards,
    Rikard

    #1278685

    Thanks Rikard, it works.

    #1278932

    Hey 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 Shannon

    #1279571

    Hi 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,
    Soulshakin

    #1279663

    Hi,

    Apologies, I’m not understanding the issue, can you screenshot?

    Best regards,
    Jordan Shannon

    #1279780

    Hi 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

    #1280250

    Hi 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,
    Rikard

    #1280257

    Thanks Rikard, you solved the problem :-)

    #1280345

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Border and spacing came back!’ is closed to new replies.