Osclass Support Forums

Osclass theme support => Sigma Osclass Theme => Topic started by: aixos on November 23, 2022, 08:23:16 PM

Title: The Sigma theme shows the gallery vertically
Post by: aixos on November 23, 2022, 08:23:16 PM
Hello everyone
The Sigma theme shows the gallery vertically
Could it be changed below horizontally?
Thank you

Title: Re: The Sigma theme shows the gallery vertically
Post by: MB Themes on December 06, 2022, 04:01:41 PM
@axios
You would need few changes in CSS:
Code: [Select]
body .item-photos .main-photo {width:100%;margin-bottom:8px;}
body .item-photos .thumbs {float:left;width:100%;overflow-x:auto;white-space:nowrap;}
body .item-photos .thumbs a {display:inline-block;margin:0 8px 8px 0;}
body .item-photos .thumbs img {max-height:80px;}