Pranidhi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Extra SpaceExcellent! Added both and it works very well. Thank you again to both of you!
Forum: Themes and Templates
In reply to: Remove Extra SpacePut that into Jetpack but the problem still remains when window is maximized.
Forum: Themes and Templates
In reply to: Remove Extra SpaceHi guys,
Sorry to bother you again! I thought I had resolved this issue but when I maximize my window on a desktop, I’m still getting a grey border underneath the footer on my home page and contact page:
http://yogashalawest.com
http://yogashalawest.com/contact/When I put in the following CSS that BJ suggested-
body {background-color: #F2DAC6; }
– the bottom wrapper is the same color as the background of the site, but there’s a line that separates the wrapper from the main site. The line comes underneath the footer that has my physical address and email address.
I think this is only happening on the home page and contact page because I have very little content on those pages.
Any ideas? This is one of the last details I’m trying to resolve before finalizing the site.
Thanks!
Forum: Themes and Templates
In reply to: Remove Extra SpaceThat worked! Thank you BjScott and Crouching Bruin! I was mistakenly copy/pasting from my email instead of directly from the forum.
Forum: Themes and Templates
In reply to: Remove Extra SpaceSame thing! After I click ‘Save Stylesheet’, I’m left with:
.entry-title a {
font-family: "
}Not sure what’s going on.
Forum: Themes and Templates
In reply to: Remove Extra SpaceWhen I pasted that into Jetpack and clicked ‘Save Stylesheet’, almost everything after font family disappears and this is the CSS that ends up being saved:
.entry-title a {
color: #7f0022;
font-family: "
}That has no effect on the post titles 🙁
http://yogashalawest.com/category/blog/
Any other advice?
Thank you again for your continued help!
Forum: Themes and Templates
In reply to: Remove Extra SpaceHi Brenda,
That did make the bottom part match the background color of the rest of the website, but it still looked a bit strange because there was a line with some shadow separating the two sections. I took it out because I prefer the original look.
One last question since you’ve helped me so much already-
What can I put in my Jetpack Custom CSS to change the font of my post titles? I’d like them to be sans serif and match my content. Take a look here:
http://yogashalawest.com/category/blog/I tried the following but it didn’t work:
.entry-title {
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-style: normal;
}Thank you for all your help!
Forum: Themes and Templates
In reply to: Remove Extra SpaceIt works well on most of my content pages, thank you! The only problem is that there is a grey border on the bottom of my home page and the contact page when the screen is maximized or in full screen mode, and also in mobile mode. I’m guessing that’s because I have little to no content on those pages.
http://yogashalawest.com
http://yogashalawest.com/contact/Maybe the footer padding became too small? Let me know what you suggest. Thanks for your help!
Forum: Themes and Templates
In reply to: Remove Category TitleIt worked! Thank you!
Done!
Thank you all! It is fixed now. I changed the homepage to a full width page instead of a widget only page and included the CSS above as well as the CSS to remove page titles. That seems to give me both things I want- a clean, static home page and no bottom border.
Thanks again!
Ok. I did install the Jetpack Custom CSS option and pasted the css exactly as shown above but the grey background image (lower border) is still visible when the screen I’m viewing on is large. For example, on my laptop I can see it but on my phone, it’s fine.
Any more insights?Here’s the site again for reference:
yogashalawest.comThank you! Where do I put in the CSS?