Resize one widget area and change the display.
-
Hi ,
I need help with my CSS code , in the template there is 3 footer widget area.
I want to use the first one with the widget “jetpack_display_posts”, but i need to resize him , the basic size is too small , as you can see in my actual website i have made a border to see how i want to limit this widget size.
But there is a problem , is that all the post are displayed from up to down with no limit …. i want them to be displayed from left to right with a width limit.
And if it’s possible i want to set a size in each post in the widget , like 200*200 px.Thanks.
The blog I need help with is: (visible only to logged in users)
-
I have another problem , under each title of post on the homescreen i want to see only the date and the autor soo i’ve edit the css with
.post-edit-link {
display:none;
}
.comments-link a{
display:none;
}But there’s two slash that are displayed and can’t be removed ,and the date is displayed after the word “on” that i want to edit to “Le” .
- The topic ‘Resize one widget area and change the display.’ is closed to new replies.