• The new minimum width for the Facebook sidebar widget is 292px; however, I can’t seem a way to seamlessly adjust the sidebar width to accept that new minimum width.

    Can you assist?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    you would have to adjust the width of the following style:

    #secondary, #tertiary {
        background: #F7F7F7;
        float: right;
        margin: 1.6em 0.2em 0.4em;
        padding: 1em 1em 0;
        position: relative;
        width: 20%;
        border-radius: 0.4em;
    }
    Thread Starter dylan11298

    (@dylan11298)

    I added this code to the style.css page; however, it did not do anything…

    Is there an alternate location I have to put this code?
    Or do I have to manipulate this code in any way?

    Theme Author Template Express

    (@danstriker)

    Hello,

    this code is already there in the style.css. You will have to change the width.

    Thread Starter dylan11298

    (@dylan11298)

    I’m sorry – it appears there are a few different instances in which that code appears. In what section is the code that I am replacing?

    /* =Structure ??
    /* =Responsive Structures ??

    Theme Author Template Express

    (@danstriker)

    Just in the structure

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Facebook Widget Width 292px – Need Sidebar Adjustment’ is closed to new replies.