Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @dynamicoils: I did not really look at that, but is has to do with media queries. I used the widget shortly in the WOO One pager theme. Now the default design in that theme is for a small screen with features vertically aligned (width=100%). When the size is above 768px it changes to horizontal aligned features (width=29.8% with 3 features). When this is also the case in the theme you are using, it depends on where you paste the above CSS. The settings above should only overrule the CSS meant for a screensize of 768px and above.

    Thread Starter sjefx

    (@sjefx)

    @entr: thanks for the notice. Must admit I did not read all previous forummessages ??

    @joost: duidelijk dat hier niet je aandacht naar uitgaat en dat je het waarschijnlijk te druk hebt voor een reactie, dus dan wordt het toch maar een andere plugin waarin dit goed geregeld is. Jammer.

    Hi, these are the CSS elements I use in Woo Themes The One Pager Theme to display 3 features and 3 testimonials aligned on the homepage.

    /* Features By WooThemes Widget */
    .widget_woothemes_features .feature {
    float: left;
    width: 29.8%;
    margin-right: 0;
    margin-left: 5.3%;
    }

    .widget_woothemes_features .feature.first {
    margin-left: 0;
    }

    /* Testimonials By WooThemes Widget */
    .widget_woothemes_testimonials .quote {
    float: left;
    width: 29.8%;
    margin-right: 5.3%;
    }

    Hi Pelgen, I am busy with same thing with the same theme. I solved it with custom css in a child-theme I made for One Pager.

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