lhsieh
Forum Replies Created
-
Hi Fahad,
Just sent you an email through your website. I hope that’s what you mean by your blog. Thanks!
Hello Farris,
Thank you for taking a look into this. My website is:
Luciahsieh.ca/proj/bertulis-academicCheers!
- This reply was modified 7 years, 9 months ago by lhsieh.
Forum: Themes and Templates
In reply to: Child theme not workingNever mind… I just edited the existing master theme and eliminated child theme altogether and it works. Couldn’t be bothered to do the extra step of creating child theme unfortunately cause it just wouldn’t import.
Forum: Themes and Templates
In reply to: Featured images are blurryHmm… I guess.. The images are crisp when it’s viewed in a medium sized screen, but on my desktop, it looks a little blurry when it’s full screen. =/
It worked! Thank you so much!
I want the featured blogs to be on the homepage and the rest of the posts to be displayed on the blog page. I tried to select “blog” for both front page and post option but it doesn’t let me select the same page for 2 options.
I actually don’t want a home page button. Just the blog page button, if you know what I’m talking about? This sounds very confusing but I hope I explained it well enough.
Hi DMBarber,
Thank you for your help! This solved the blog issue.. but now my homepage is different. I actually want my homepage to also feature the blog posts I had before. Is it possible to do that?
Forum: Themes and Templates
In reply to: Blockquote alignment problemMy bad! Thanks for the correction.
Forum: Themes and Templates
In reply to: Blockquote alignment problemActually, Nhat’s works too! I like this one better actually because it indents a little bit out which makes it more appealing. However, it’s based on user’s preference.
@media screen and (min-width: 1260px) { .site-content blockquote.alignright { margin-right: -12%; } .site-content blockquote.alignleft {margin-left:-12%;} }
Forum: Themes and Templates
In reply to: Blockquote alignment problemWOOHOO!! Issue solved!
In the end, I took batharoy’s code and added a block left alignment too:
/*Fix blockquote alignment issue*/ @media screen and (min-width: 1260px) .site-content blockquote.alignright { margin-right: 0; } @media screen and (min-width: 1260px) .site-content blockquote.alignleft { margin-left: 0; }
Thanks guys!
Forum: Themes and Templates
In reply to: Blockquote alignment problemOops! link here:
printdesignlab.luciahsieh.com
The blockquotes alighment work fine when it’s in a smaller screen, but when it goes to full screen, it goes out of place.Thanks for your help!
Forum: Themes and Templates
In reply to: Blockquote alignment problemHi esmi,
I AM currently using a child theme to edit. I just don’t know how to fix the blockquote alignment issue.