• Hello,
    I am using the newest (free) Version of Optimizer and I would like to display 3 widgets side by side within the frontpage widget area.

    However, the widgets are always displayed one below the other. Is there an option to change that? E.g. by adjusting the width of each of the widgets?

    Any hint is well appreciated!

    Best,
    M

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    This is a PRO feature, but let us know your site address and which widgets you want to display side by side and we will provide a custom css.

    Thanks

    Thread Starter Mallow Sour

    (@mstrautmann)

    Hi,
    thank you very much for your kind reply.

    I wanted to use a twitter feed widget (easy twitter feed wordpress plugin), a text widget, and a last entries widget side by side.

    However, I can also use your nice looking “Blocks Widget” to this end. There is only one incompatibility that needs to be fixed. When I try to embbed my twitter feed into one of the blocks…

    Tweets by USERNAME <script async src=”//platform.twitter.com/widgets.js” charset=”utf-8″></script>

    …then important parts of the codes get lost. Afterwards only the following code remains, but I need to set a maximum height -.-

    Tweets by USERNAME <script async src=”//platform.twitter.com/widgets.js” charset=”utf-8″></script>

    How can I set the height, i.e. avoid that the code gets deleted?

    Best regards!

    Thread Starter Mallow Sour

    (@mstrautmann)

    ahhh, shit, this part of the code gets deleted:

    data-chrome=”noheader nofooter noscrollbar transparent” data-tweet-limit=”4″ data-height=”500″ data-dnt=”true”

    ..this has also happend in the post above :/

    Thread Starter Mallow Sour

    (@mstrautmann)

    I now used a CSS workaround:

    .twitter-timeline {
    height: 700px !important;
    }

    that solved it.

    Thank you anyways 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Frontpage Widgets: side by side?’ is closed to new replies.