Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Portfolio gallery page on Firefox and Safari on OSX images too narrow

Home / Forums / Ascend Theme / Portfolio gallery page on Firefox and Safari on OSX images too narrow

This topic is: Not Resolved
[Not Resolved]
Posted in: Ascend Theme
September 24, 2019 at 12:52 pm

On both Firefox and Safari the DOM reads as follows particularly the “width: 9px” which creates an image grid too narrow to be useful:
<div class=“tiles_item featured-project p_item jg-entry entry-visible” style=“width: 9px; height: 220px; top: 3px; left: 3px;”>

Chrome appears to handle this section fine with DOM as follows:
<div class="tiles_item featured-project p_item jg-entry entry-visible" style="width: 165px; height: 220px; top: 3px; left: 3px;">

At the moment I’m resolving this for the client by using the below code entered into the Custom CSS portion of Theme Options:
#portfolio_template_wrapper .featured-project .portfolio-item .tiles-item { min-width: 150px; }

  • The forum ‘Ascend Theme’ is closed to new topics and replies.