1. Glamour
  2. Saturday, 07 November 2015
Dear,
sorry for my bad english, than, i need to change the module "recent post": i need 4 pictures and the pictures must have an higher dimension.
Thank You.
Accepted Answer
robberto wrote:

Great!!!
Can You explain me how to insert a picture with a link in this 4 objects?
Thank You


Thanks for your reply. 4 items are comes from k2. You can check k2 article item. Thanks
  1. more than a month ago
  2. Glamour
  3. # Permalink
Responses (3)
Great!!!
Can You explain me how to insert a picture with a link in this 4 objects?
Thank You
  1. more than a month ago
  2. Glamour
  3. # 1
Dear robberto,

Thanks for your query. Please follow the below instruction. If you need more help, please let us know.

1. Go to module manager > Find out New Healthy Recipes > Open this module > Find out Item count > change 3 to 4
2. Now you have to change some css for fix 4 item in row.
3. Location of css file
glamour\templates\shaper_glamour\less\theme.less


.latest-review{
// Review header
h3.header{
margin-bottom: 80px;
}
// Review item wrapper
.itemWrapper{
display: inline-block;
list-style: none;
margin: -30px -15px;
.itemList{
width: 33.333%;
float: left;
padding: 30px 15px;
.box-sizing(~'border-box');



to
changes are width: 24.333%;

.latest-review{
// Review header
h3.header{
margin-bottom: 80px;
}
// Review item wrapper
.itemWrapper{
display: inline-block;
list-style: none;
margin: -30px -15px;
.itemList{
width: 24.333%;
float: left;
padding: 30px 15px;
.box-sizing(~'border-box');



-Thanks
  1. more than a month ago
  2. Glamour
  3. # 2


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.