Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #331533

    Hey fellaz,

    long time i did not ask for help here, but this morning i updated Enfold to 3.0.1 and some of my quick css code seems to be broken now..
    especially picture element at the beginning and the end of color section, they were set to be 100% wide and now, when i inspect the page with the chrome developper tool i can see none of the qucik style css is applied to those element… so i guess something has changed in the targetting of those element since i changed nothing in css code, but i can’t find what exactly..
    if you gat any leads to follow…
    anyway thank you for the great job you do here and with the theme which is really awesome.

    details in private content..

    #332053

    Hi Ben!

    Thank you for using Enfold.

    You can use this for example:

    div#references .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0;
    }

    Best regards,
    Ismael

    #332223

    yesss!
    thank u so much..!

    it’s weird that the code i was using before worked like the one u gave me, i was using color section ID as div ID with approximately the same css property.., but anyway thank u, that solved my problem. :)

    ciou,

    Ben

    #332257

    Actually i do have another question..

    how is it possible that even if my color section has the same property, some of them are not responding the same way on other browser…?

    for example my first picture element ( cloud1 ) is no longer displayed on Safari, but all other element are working fine in other section..

    On mozilla Firefox none of the above elements are displayed..

    On Chrome everything is going well

    i believe it’s a css position issue between those three browser.. but that still bothering me..if by any chance, you have any advice..

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘quick css issues after update to 3.0.1 version’ is closed to new replies.