• Resolved zemobility

    (@zemobility)


    Hello Todd,

    First thank for this widget, really simple and exactly what I was looking for.
    Just one question, how align widgets, they all appear in vertical and not horizontaly??

    Should I change something in the css or in the plugin code?

    Please help me it will be great.

    Thank you!

Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey Brentlive,

    I’m sure we can help… how do you want them aligned? Next to each other or one above the other?

    Todd

    Thanks for the reply Todd. We need it aligned like the homepage is: https://www.wordup.co.za/

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Ah right… the issue is with your heavily nested items.

    Code like this should pull things slightly into line… but you will need to tweak things further.

    #Movies_Home {
    padding: 0;
    margin-left: -25px;
    }
    
    #Movies_Home ul {
    padding: 0px;
    margin: 0;
    }
    
    #Movies_Home  .groupContainer {
    width: 45%;
    float: left;
    margin: 0 35px 0 0;
    }

    Hello Todd,

    Firstly, many thanks for providing this super useful widget. It’s precisely what I was searching for and very simple to use.

    I have one question… I have 2 widgets side by side, within a page. The first contains a facebook activity feed. The second contains a twitter feed. (I’m displaying Titles (headings) for both.)

    My problem is that the space between the Titles and the content below them differs between the two.

    Have you had anyone experience the same issue ? Are you able to suggest any workarounds ?

    I’ve tried adjusting the padding of the widget area in my custom CSS however this simply moved the whole widget down and didn’t aschieve the result I was chasing.

    Any suggestions ?

    Thanks in advance for any assitance you may be able to offer.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey there jdw0203,

    This is probably just some CSS that’s come bundled with the widgets. If you can post a link I’d be happy to take a look.

    Ta,
    Todd

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Widgets not align ??’ is closed to new replies.