Rightmost tweet width is not right
-
Hi Martin,
I’m using carousel, display 3 tweets, using responsive. below is the shortcode I use in the template:
echo do_shortcode( "[rotatingtweets screen_name='loca_id' search='#beacons' official_format='2' rotation_type='carousel' carousel_horizontal=1 carousel_count=3 carousel_responsive=1 show_meta_reply_retweet_favorite='0' tweet_length='0' show_meta_prev_next='1' np_pos='tweets' prev='<img src=\"http://integria.co.id/webhome/wp-content/themes/zerif-lite/images/left-arrow.png\">' next='<img src=\"http://integria.co.id/webhome/wp-content/themes/zerif-lite/images/right-arrow.png\">' tweet_count='10' show_tco_link = '1' links_in_new_window = '1' official_format_override = '1' show_meta_timestamp = '1' show_meta_screen_name = '0' show_meta_via = '0']" );But the rightmost (the third) tweets is not correct. It is cut at the right edge (it’s like the rotatingtweets width is more than the page container).
I found this is caused by the margin-right I set to separate each box. If I don’t use the margin (I think default is 0) the boxes are correct. But there is no space between boxes.
What is the right css to correct these problems?
My site is integria.co.idThank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Rightmost tweet width is not right’ is closed to new replies.