Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1061830

    Hello,
    I can’t edit any of the pages on my site: http://troyins.com
    I deactivated all plugins, updated everything, and it still doesn’t work. Please advise ASAP.
    thanks,
    LF

    #1062163

    Hey liliaf,

    We can’t access your site to check or verify the problem. Please advice asap.

    Best regards,
    Rikard

    #1062859
    This reply has been marked as private.
    #1063461

    Hi,

    Thanks for that, could you try updating the theme to the latest version (4.5.3), then select to use the Classic Editor in the main page of the theme options to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Also, it looks like your Envato token is not valid, please read refer to this to fix that: https://kriesi.at/documentation/enfold/theme-registration/.

    Best regards,
    Rikard

    #1063782

    Hello,
    I’ve done as asked and now the site looks different and wrong now. It has a white bar around the whole site and some of the text looks out of line. Please fix this. I saved my old Enfold options and uploaded them but it did not help.
    Please fix ASAP,
    LF

    #1064369

    Hello,
    Has there been any progress on this issue?
    Thanks,
    LF

    #1064656

    Hi liliaf,

    Best regards,
    Victoria

    #1064762

    Hi Victoria,
    Yes, I was able to get the layout builder working again. However, now the site looks different and wrong now. It has a white bar around the whole site and some of the text looks out of line. Please fix this. I saved my old Enfold options and uploaded them but it did not help.
    Please fix ASAP,
    LF

    #1065565

    Hi liliaf,

    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

    
    .content {
         padding-top: 0px;
         padding-bottom: 0px;
    }
    .container {
      padding: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1065685

    Hi Victoria,
    That worked for the desktop version, thanks. However, the mobile version is still showing the white border.
    Thanks,
    LF

    #1066163

    Hi Victoria,
    I haven’t heard back from you lately and am still having issues. I’ve added this CSS
    @media screen and (max-width: 750px) {.container {
    margin-left: 0px !important;}}

    @media screen and (max-width: 750px) {div#main {
    margin-right: -20% !important}}

    but my mobile content is showing as bunched on the left. The same for the desktop. I can’t figure out how to move the content in without getting the unwanted white space back.
    Please help ASAP,
    LF

    #1066943

    Hi liliaf,

    Please remove the code I gave you and add this:

    
    @media only screen and (min-width: 1024px) {
      .content {
           padding-top: 0px;
           padding-bottom: 0px;
      }
      .container {
        padding: 0;
      }
    }
    

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

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