Community Forums › Forums › Archived Forums › Design Tips and Tricks › Agency pro home page features posts
- This topic has 10 replies, 3 voices, and was last updated 10 years, 7 months ago by
vandxmb.
-
AuthorPosts
-
January 23, 2016 at 12:18 pm #177273
sboulou
MemberHi,
http://www.wpsite.fr/
I have Agency pro and in my home I just want 4 article to display with their features images instead of 6 but with 4 article the look is not very nice, is there a solutio for design ?
Thanks a lot for your help !
Best regards
SandraJanuary 23, 2016 at 12:48 pm #177278Brad Dalton
ParticipantMost of the CSS which needs modifying you'll find under the Content Area - Home Page section of your style.css file.
You can change the values to display 2 or 4 columns.
CSS for Media Queries will also need modifying.
You will also need to change add_image_size dimensions in your functions file.
January 24, 2016 at 4:41 am #177340sboulou
MemberOk thanks Brad I will try to find thisection to change the display in 2 coloms
January 24, 2016 at 11:14 am #177355Brad Dalton
ParticipantYou should find it fairly easy.
The CSS for Media Queries maybe a challenge.
January 24, 2016 at 11:20 am #177356sboulou
MemberYes I have found to insert 2 colomns but as I use Genesis Sandbox Featured Content Pages in Home-Middle, I have some problem for mobile version now ;)))
January 24, 2016 at 11:23 am #177357Brad Dalton
ParticipantI think you would still need CSS for Media Queries if using the featured posts widget.
What image size have you used?
January 24, 2016 at 11:37 am #177360sboulou
Member580 pixels / 385 pixels and I want page not posts featured that is why I have tried to use the plugin Genesis Sandbox Featured Content Pages... I have change the media size in functions.php and also change in style.css :
.agency-pro-home .content .featuredpost .entry {
background: none;
float: left;
width: 33.33334%;
}to
.agency-pro-home .content .featuredpost .entry {
background: none;
float: left;
width: 50%;
}but as you can see in mobile version it does not work :(((
January 24, 2016 at 11:38 am #177361sboulou
Memberand also I have changed in style.css
Then change:
.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
clear: left;
}to:
.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(2n+1) {
clear: left;
}January 24, 2016 at 11:56 am #177366Brad Dalton
ParticipantJanuary 24, 2016 at 12:04 pm #177368sboulou
MemberYes I will try but I have the same problem with featured posts below in mobile version
January 25, 2016 at 4:04 am #177418vandxmb
Member1 theme here is beautiful, we enjoyed this theme in the future conditional uses
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.