Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252262
    patrickweygoldt
    Participant

    Hello,

    a few weeks ago everything was right with my website but from one day to another the default content size got bigger wich screwed up my format. Example: the sidebar in my blog is just barely visible, only if I zoom out by pushing ctrl and scrolling it will appear on the side. That means that for some reason my whole website is “zoomed in” a little bit, at least that’s how I would describe it. I would really like to know how I lower the default content size without losing space through the default letter size. I hope I was able do describe my problem, it´s kind of difficult… I put a screenshot in the attachment, my website is

    weygoldt.com

    example for zoomed it page: http://www.weygoldt.com/blog/

    thanks for your help.

    #1252657
    Jade
    Moderator

    Hi there,

    The following code is causing the alignment issue:

    .x-main {
        width: 80%;
    }
    
    .x-sidebar {
        margin-left: -20%;
    }

    Kindly try to remove it and the alignment should be fixed.

  • <script> jQuery(function($){ $("#no-reply-1252262 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>