LoveMeBlu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Increase white space below headings on home pageThank you @crouchingbruin – you have been the biggest help!! Everything now to my liking and in correct format!! Thanks so much!!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Increase white space below headings on home pageOh my goodness!! SO simple!! And it looks great on screen & on mobile!!
I played around with the %’s and ended up with this:
.staticlinks { float: left; width: 45%; margin-right: 5%; clear: none; } @media screen and (max-width: 960px) { .staticlinks { width: 100%; margin-right: 0; }
Thank you SO much! Now one last thing, and back to my original question:
How do I (now) decrease the white space between the headings/titles and the images? (about half)
Forum: Themes and Templates
In reply to: [Twenty Twelve] Increase white space below headings on home pageI’ve played around a bit with the div’s etc and so far I’ve got this:
<div class="staticlinks"><div class="weddingbox"><h1 class="image_title">Weddings</h1><a href="https://lovemebluphotography.com/blog/wedding/"><img style="float: left; margin-left: 50px; margin-right: 50px;" src="https://lovemebluphotography.com/wp-content/uploads/2014/02/MG_6427b.jpg" alt="" width="405" height="270" /></a></div><div class="lifestylebox"><h1 class="image_title">Lifestyle</h1><a href="https://lovemebluphotography.com/blog/lifestyle/"><img style="float: right; margin-right: 50px;" src="https://lovemebluphotography.com/wp-content/uploads/2014/07/IMG_9933.jpg" alt="" width="405" height="270" /></a></div></div>
I’ve included the following into my css:
.image_title { text-align: center; display: inline; } .staticlinks { width: 960px; display: inline-block; clear: both; } .weddingbox { width: 50%; float: left; } .lifestylebox { width: 49%; float: right; }
It looks better, the images are where I want them!, But the titles should be centered to the images! – any suggestions?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Increase white space below headings on home pageYes, since you are using a child theme, that is the correct place to add your custom CSS. However, I only see the import statement in your child theme’s style.css file. The other custom CSS seems to be entered through JetPack’s custom CSS option; is this correct?
Ok, I think I know what you mean. I opened a style.css file in my file manager, but have never done any styling/coding in there except for changing the author details etc in the first part. I assume then that I have only been using Jetpack’s css option to do my styling.
I’m going to be gone much of the day, but I’ll post a bit more detailed info later.
Thank you, I’ll play around with what you gave me and maybe I get something productive done! Thanks!
Forum: Themes and Templates
In reply to: Edit search box position and output resultsThanks a lot! ??
Forum: Themes and Templates
In reply to: Edit search box position and output resultsHhhmmm…. Just checked my coding and deleted a comma which might have been the problem? Is it working now?
Forum: Themes and Templates
In reply to: Edit search box position and output resultsThank you!! You explained it so well, that even me – a total newbie – could figure it out!! That worked great!!
I ended up replacing the get_post_format () with ‘page’ in my search.php file and that worked fantastic! Also, Search box position perfect!!
Thank you!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Increase white space below headings on home pageUgh, you disabled the right-click on your web site. I understand that you want to keep people from downloading your images, but it just makes it a lot more difficult to inspect your site with a web debugging tool like Firebug or Chrome Developer Tools. Plus, there are multiple ways of capturing the images even if you disable the right mouse click: viewing the source, using one of the debugging tools, using a screen capture utility, or copying them out of the cache, just to name a few.
I realize that it is not foolproof, but I still like it – would it be easier to disable this function for the purposes of resolving this issue?
You’ve created a child theme, which is good, but it looks like you are importing the parent style.css file in JetPack’s Custom CSS as well as in the child theme’s style.css file, which is a bit odd, if not redundant.
How/where can I remove this? When I change my CSS I do it under appearance>edit css. Is this the correct/preferred place to do it?
Where do I assign a class to my elements? Do I do that in a .php file? I am a complete beginner with coding, everything I have done so far is from testing out forum answers until I find what works for me!
Thanks so much for the info!
Forum: Themes and Templates
In reply to: [Spun] How do you put circle posts in pages?I was wondering the same thing. My posting/blog page is not my home page, but I would like to use the same format of the circle post page on my home page for my recent posts. Instead though of showing all of the circles/posts, I want to display a limited number?