newsletter widget: how to add space between words?
-
Hi there,
I would like some space between the following features in my newsletter sign up widget:
– the text “Subscribe to our newsletter (3x/week) and be inspired by luxury travel: top 10 lists, hotel & flight reviews, tips, news and competitions”
– the text: “Join *** other followers”
– the follow bottonHow can I do this?
Many thx!
The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try. You can adjust the 15px value as desired.
#subscribe-blog p { margin-bottom: 15px; } -
WOW! You helped me once again. You are the best here on the forum :)
Could I perhaps ask you a couple of other question (I guess these are the last problems I try to solve at the moment):
1. Concerning the carrousel widget with the Top 10 Travel lists (in my home widget nr 7): the default shows 5, rather small thumbnails at once. How can I change that to 4 or perhaps 3 larger thumbnails per time?
2. How can I add a light grey, horizontal line beneath the carrousel (similar to one beneath the custom posts widget in the home areas nr 2, 8, 9 and 10 ?
3. The default shows a square thumbnail image for the custom post widgets in the home areas 8, 9 and 10 (width=”300″; height=”225″). However, I would like to have the large thumbnails a width=”300″; and height=”189″ (reflecting the original size). How can I do that?
Kind regards
-
Great, glad that got you what you wanted.
1. Concerning the carrousel widget with the Top 10 Travel lists (in my home widget nr 7): the default shows 5, rather small thumbnails at once. How can I change that to 4 or perhaps 3 larger thumbnails per time?
That section can’t be easily modified. I’ve tried a number of things and nothing works cleanly. The images in that section are sized by the theme and WordPress software, so any enlargement would be done by the browser when using CSS and it would mean a loss in quality.
2. How can I add a light grey, horizontal line beneath the carrousel (similar to one beneath the custom posts widget in the home areas nr 2, 8, 9 and 10 ?
Give this a try. I’ve copied the bottom border settings from one of the other sections.
.flex-viewport { border-bottom: 1px solid #ebebeb; padding-bottom: 20px; }3. The default shows a square thumbnail image for the custom post widgets in the home areas 8, 9 and 10 (width=”300″; height=”225″). However, I would like to have the large thumbnails a width=”300″; and height=”189″ (reflecting the original size). How can I do that?
The images in those are created by the WordPress and theme software at 300px x 225px. To modify that size, it would require editing of the theme php script files and we cannot do that here at WordPress.com.
-
-
- The topic ‘newsletter widget: how to add space between words?’ is closed to new replies.