Home › Forums › Aside WordPress Theme › Thin line on the right
- This topic has 7 replies, 2 voices, and was last updated 12 years ago by
Johnny.
-
AuthorPosts
-
May 12, 2014 at 5:27 pm #3335
graphicsetc
ParticipantHi,
I have some questions regarding the Aside Theme
Sometimes I notice a small line from 3px at the right side of the site. It depends on what size your browser window is because sometimes it isn’t there.
Another (small) issue is when you resize your window, my images are out of proportions.Last, is there a way to enable the filter option in the mobile version of the template?
My main issue is the small line, is there an easy fix?
May 13, 2014 at 12:10 am #3339Johnny
ParticipantHi, paste your site url here please. I’ll check it later,
Thank youMay 13, 2014 at 6:54 am #3344graphicsetc
ParticipantHi,
This is the website.
http://www.rayslijngaard.com/test/I also noticed it on the demo page of Aside
http://ximudesign.com/aside/Thanks for looking into it.
May 14, 2014 at 12:56 am #3356Johnny
ParticipantHi, please open file style.css and find line 1844, update this:
background-color: #fff;
to:
background-color: #191718;
BestMay 14, 2014 at 1:20 pm #3365graphicsetc
ParticipantThanks!
Can you also check my other questions? About the filter in the mobile version and the image resizing issues when you resize your browser window?
May 15, 2014 at 6:38 am #3374Johnny
ParticipantHi, about image proportions after window resize, this is caused by isotope component automatic size calculation, only occurred when window size back to its original loaded size, this is not a bug.
about showing filter on mobile, please open file style.css and find this:`#header.mobile_active ~ #main-wrap .filter-floating{
display: none;
}`
updated it to:`#header.mobile_active ~ #main-wrap .filter-floating{
/*display: none;*/
}`
BestMay 27, 2014 at 8:42 am #3461graphicsetc
ParticipantHi,
I got another question. On the aside demo, when you open a portfolio-item the content stays on one place. On my site it scrolls down when you scroll down te page. Is it possible to disable this?
http://www.rayslijngaard.com/test/work-4/#.U4ROv17qtnU (also getting this weird code after all portfolio links)Thanks for the support!
May 28, 2014 at 1:27 am #3466Johnny
ParticipantHi, to do this you should:
1. updated this theme to latest version.
2. do some codes customize work.
please go themeforest.net and downlaod this theme latest version, let me known after you updated the theme and I will help you customize the code.
Thank you -
AuthorPosts
- You must be logged in to reply to this topic.
