• Hello, I’m having problem with width of yui-u element. It is too wide, so it is overlaping my webpage content. Is there any way how to get rid of it? Im attaching link to specific situation. IMAGE
    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi
    The following settings are, do what you’ve done?

    article {
         width: 120%;
    }
    
    div#yui-main {
        border-top-style: solid;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-color: #2e3601;
        background-color: #EEFAAA;
        padding-top: 2px;
    }
    
    .rsidebar {
        width: 56%;
        margin-left: 44%;
        margin-top: -3px;
        text-align: center;
    }

    Result of removing above styles

    https://www.tenman.info/wp3/manualraindrops/files/koty.jpg

    Dashboard / Appearance / Customize

    Presentation / Layout and Sidebars

    You can change sidebar width.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘yui-u width’ is closed to new replies.