• Resolved lassebauer

    (@lassebauer)


    Hey.
    I have a homepage/static frontpage with a “Blog – left sidebar” layout.
    I want my latest blog entries to show up on the 2/3 on the right side, and the FB widget to take up the left 1/3 column.
    But no matter what I do it doesnt work. The widget ends up on the left alright, but UNDER the blog entries.
    Using Firebug I can see that there is an invisible frame or column behind the widget, that is so wide, that the widget itself is too wide to sit left of the blog entries.

    I have tried making the FB widget very narrow (like 100 px) but still same issue.
    There seems to be a problem with the layout working with the widget.

    Can you please help?
    Thanks! ??

    And btw: Cool plugin! Works like a charm (apart from this).

    https://www.ads-software.com/extend/plugins/jsl3-facebook-wall-feed/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lassebauer

    (@lassebauer)

    Oh, btw here is my site: https://www.lassebauer.dk

    I am working on it as I write this, but I′ll try to leave things as they are on the frontpage.
    Hopefully you can take a look at it soon.
    Thanks ??

    Plugin Author Takanudo

    (@takanudo)

    It looks like your sidebar div is too wide. It is currently set to a width of 50%. Try adding the following to style sheet on the settings page for the plugin.

    #sidebar { width: 33% !important; }

    Thread Starter lassebauer

    (@lassebauer)

    Pure awesomeness! Thank you SO much! That was exactly what I needed ??
    I know quite a few developers who could learn from your speed and service!

    PS: Is there a fault in the theme CSS (Pinboard theme) since I need to change this?

    Plugin Author Takanudo

    (@takanudo)

    There may be a problem with the theme. Under the container div, there is content section (where your blog entries are located) that is set to a width of 66.7%. Also under the container div is the sidebar div, which was set to a width of 50%. Clearly, the sidebar is being set too wide for some reason.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget too wide??’ is closed to new replies.