-
AuthorPosts
-
September 18, 2013 at 9:10 am #162817
May i know how do i set spacing between the individual featured image for portfolio grid? Would like to have some spacing(width and height) between the portfolios.
much appreciated. Thanks.
September 18, 2013 at 9:35 am #162823is it also possible to include a farme/outline for every individual portfolio item featured in the portfolio grid?
September 18, 2013 at 2:28 pm #162921Hi,
How many columns do you use in portfolio grid? And can you post the link to your website?
Regards,
YigitSeptember 18, 2013 at 5:07 pm #163040http://www.promowl.com/fashion/
I am currently having a 4 column portfolio grid. Would like to know if its possible to have more columns in the portfolio grid as well. Thanks
September 19, 2013 at 5:21 am #163371Hey!
You can add another column on the grid. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */ __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', /* __('5 Columns', 'avia_framework' )=>'5', */Replace it with:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */ __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', __('5 Columns', 'avia_framework' )=>'5',You can now select 5 columns.
Cheers!
IsmaelSeptember 19, 2013 at 5:26 am #163374noted. How then am i able to increase the spacing (width and height) between the individual portfolios in the grid? and also is there a way to create an outline for each of the portfolio shown in the grid?
September 19, 2013 at 4:21 pm #163647Hi!
You can use something like this:
#top .grid-entry { padding: 10px !important; }Which will force a bit of padding around the grid-entry class selector which is used on all grid items. The outline should already be in place from the slight drop shadow.
Cheers!
Devin -
AuthorPosts
- The topic ‘Portfolio grid’ is closed to new replies.
