Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #462329

    Hi Kriesi,

    We have some problems with the page structure. It doen’t work well. For example when adding new columns the front-end goes wrong. I have added some images from the front and backend.

    I look forward to hear from you.

    Thanks,
    Amir

    #462711

    Hey Faktor22!

    try this code in Quick CSS field:

    div#av_section_2 {
    width: 112%;
    margin-left: -6%;
    }
    div#footer {
    width: 112%;
    margin-left: -6%;
    }
    footer#socket {
    width: 112%;
    margin-left: -6%;
    }
    

    and adjust if needed.

    Best regards,
    Andy

    #463194

    HI Andy,

    Thank you for you help. But this does’t solve the problem. There must be something with the theme!

    #463849

    Hi!

    the theme is working fine for thousands of other people and the code provided is working fine for me as well. Please clear browser cache and refresh a few times. You could try to add an !important to every value:

    div#av_section_2 {
    width: 112% !important;
    margin-left: -6% !important;
    }
    div#footer {
    width: 112% !important;
    margin-left: -6% !important;
    }
    footer#socket {
    width: 112% !important;
    margin-left: -6% !important;
    }
    

    Regards,
    Andy

    #464280

    Hi Andy,

    The theme is still not function properly for me. I think that this is happend with the latest update of enfold and the page builder. I have cleared the browser cache and downloaded and installed the theme, but the problem still exist. Please look closely at the pictures which I have mailed before. You can see that there is an error when adding something new in page builder. The code you have given is not solving this problem. There has to be a cause. The funny thing is that if you add a line with the page builder, the content is back to normal. if you removed it, it goes wrong again with the front end.

    Regards,
    Amir

    #464749

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.