Home › Forums › Aside WordPress Theme › Post title doesn't show up on mobile while scrolling › Reply To: Post title doesn't show up on mobile while scrolling
March 19, 2015 at 3:00 am
#6770
Hi,
because the hover event is conflict with click event. when you touch the thumbnail then click event will be triggered. It will jump to next page.
there is a qucik fix:
– download the file, unzip it
– login FTP, go to themes/aside/functions/pagebuilder/modules/
– upload / replace: link-portfolio.php
– Please login wp-admin, go to Aside / General Settings / Custom Css
Paste the style code to Custom Css:
.brick-link {
height: auto;
width: auto;
}