• Hi – nice theme. I need to use a couple of the standard WP widgets on my frontpage, but the headlines/subheads don’t end up centered like the rest of the TG widgets – they’re all aligned left. Looks like the wrappers on the TG widgets aren’t there for regular WP widgets. Is there an easy workaround for this? thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • rjms1974

    (@rjms1974)

    @swcomm, i have the same problem.
    Do you find a way to align the headlines of the standard WP widgets?

    Thread Starter swcomm

    (@swcomm)

    Hi – I created a second instance of an About Us widget, as I ended up only needing to add one page. To override the 2-col in that widget, I used some css to target that second widget’s id. So:

    #himalayas_about_us_widget-2 .tg-column-wrapper {
    /* you may not need this one at all */
    margin-left: -7%;
    margin-right: 0;
    }

    #himalayas_about_us_widget-2 .tg-column-2 {
    width: 100%!important;
    }
    #himalayas_about_us_widget-2 .about-title {
    /*this hid the page’s title, so I could use the widget title only*/
    display: none !important;

    }

    Hope that helps –

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

The topic ‘Standard WP Widgets on Frontpage’ is closed to new replies.