Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1464470

    Hi Genius Team,
    The main content body of our website has just shrunk to 1010px from its setting of 1310px for no apparent reason.

    – We have updated to the latest version 6.6.2.
    – We have deactivated plugins.
    – We have reset theme to stretched layout and back again and it made no difference.
    – We tried adding this css to Enfold child styling to force the width back but made no difference:
    .boxed#top, .html_boxed.html_header_sticky #header {
    width: 1310px!important;
    }
    – We have changed no styling except a H2 change in Enfold child stylesheet (and the styling has been triple checked)

    ….running out of ideas, can you help please? Website Link

    Kind regards,
    Annemarie

    #1464472

    Hi G-Team :)
    Just adding to Annemaries case.
    Cookie info and content is also showing … below the footer…@sensitiv.dk (New case/matter) It is not suppose to show?

    And FYI I rolled Enfold back to 5.71 – The Size was restored! (See Annemaries issue above ) :-)
    Feel free to upgrade again –
    Thanks for your magic!

    #1464481

    Hi Annemarie,

    The login details you sent don’t have administrator rights, please check.


    @Netzie
    , please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1464517

    Hi Rikard ….see the private note.

    #1464524

    Hi,

    Thanks for that. The theme options apply if the content in Quick CSS is removed, so you likely have some invalid or open code in there. You can try checking it in CSS lint tool: https://www.atatus.com/tools/css-lint

    Best regards,
    Rikard

    #1464527

    there is a rule:

    
    .jumplinks {
      text-decoration:underline!important;
      color:#0000ee!important;
      "} 

    remove that quote – to:

    .jumplinks {
      text-decoration:underline!important;
      color:#0000ee!important;
      } 

    this quote hampers the curly bracket to close that ruleset

    #1464528

    Thanks Rikard, I found the error… fortunately it was the last style I added (it has a ” at the end which I missed!)

    .jumplinks {
    text-decoration: underline!important;
    color: #0000ee!important;”
    }

    Thank you so much for your time and a pointer where to find it.

    Annemarie

    #1464537

    Hi,

    Great, I’m glad to hear that you found the problem. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1464539

    Perfectly solved… you can close the topic, thank you!

    #1464554

    @Guenni007

    Well spottet – Thanks for your razor sharp eagle eye!! 😁
    That solved a 1000 things!!

    #1464562

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Body content (Boxed layout) has shrunk’ is closed to new replies.