Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Cell/Column CSS Overwrite? #1404453

    Sorry, my issue wasn’t with the styling of the CSS. It was with Enfold overwriting my CSS (I was using the custom.css file – no child theme – my fault). !important didn’t work in this file.

    So the theme was overwriting the “!important” declarations in the custom.css file. So I was editing the CSS files in the Dynamic_Avia directory, but every time I made an update to the page and saved, that CSS file be replaced and until I figured it our, I was losing all of my work. Obviously I cant have the client making text tweaks & breaking all of the CSS every time.

    • This reply was modified 1 year, 7 months ago by Jmcguiness03.
    in reply to: Cell/Column CSS Overwrite? #1404208

    I’ve already explained this multiple times. However, I am using the custom.css file – as directed by the notes in the style.css file. Perhaps this is this problem!

    in reply to: Cell/Column CSS Overwrite? #1404096

    There’s a new issue where the form always uses the Enfold numeric Captcha instead of Google’s.

    Again, any updates?

    Any updates here?

    It took me a long time to figure out that it wasn’t “not saving”, but it was reverting the settings in the ALB css file.

    I’m having the same issue. ANY time I update any page using the ALB, it rewrites the dynamic_avia CSS file for that page & resets everything.

    It also then adds an “!important” statement on the div, so I can’t even overwrite it in the custom css file.

    So if I have the desktop layout where I want it, then use media queries for mobile, I can’t overwrite them without editing the mobile media query in the dynamic css. But any time I make a change in the WP admin in the page, it discards that file entirely.

    Example:

    @media only screen and (max-width: 767px)
    .responsive #top #wrap_all .av-flex-cells .no_margin {
    display: block;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    padding-left: 8% !important;
    padding-right: 8% !important;
    }

    This doesnt work for what I need, so I need to edit the “dynamic css”, but any time I edit the page related to that generated CSS file, it resets.

    I even tried changing the write permissions after getting the styling that I wanted, but it seems every time I save the page, it deletes that page’s CSS file.

Viewing 7 posts - 1 through 7 (of 7 total)