• Resolved bicinauta

    (@bicinauta)


    is possible have two widgets, one at left and other at right, in the “header widget area”? (not above and under). Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author bradthomas127

    (@bradthomas127)

    Yes it could work but i would need your URL and the two widgets to be in so i can get the ID.

    Thread Starter bicinauta

    (@bicinauta)

    Hello Brad. My site is ciclistaviajero.com
    I need two widgets in the header area:
    – social icons hidget (actually is centered but have option alignment to left)
    – and the trasposh, actually in the main sidebar.

    Thanks for your help

    Theme Author bradthomas127

    (@bradthomas127)

    Try this in custom CSS:

    .Social_Widget { width: 47%; float: left; }
    .widget_transposh { float: right; width: 47%; }

    Thread Starter bicinauta

    (@bicinauta)

    Thanks Brad, run correctly! but the “footer area three” reduce your size after de changes. I dont undertand…

    Theme Author bradthomas127

    (@bradthomas127)

    Here i gave you the classes because i needed to have them in the header widget so i could get the ID. Replace the above CSS with this:

    #social-widget-2  { width: 47%; float: left; }
    #transposh-2 { float: right; width: 47%; }

    That number 2 after the ID was what i was looking for so it will not resize the other widgets.

    Thread Starter bicinauta

    (@bicinauta)

    You are great! And your theme is nice! ??
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘two widget in the "header widget area"’ is closed to new replies.