anthonystal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerAlllriiight! And boom: the menu is in the middle! You are awesome (and the rest of you)!
Does anyone know how I can remove the ugly empty space above my header (between it and the top of the website; +/-80px of emptiness). It is where the Site Title and Logo could go, but I dont need those. Or if that isn’t possible, is there any way to have my home page always open to an anchor, 80px below the top?
Also, for the .php files, to edit them do I copy the whole file from the parent theme into child and do edits there? Or do I do an @import command for that too?
Thanks so much!!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerHey thanks for the replies! But my child theme is completely unformatted, didn’t carry over any css for some reason. Something wrong? Thanks!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerAlright, thanks so much, I’m starting to get to work on the child theme. First thing: when I do the @import command I don’t actually see anything. In the appearance editor I don’t see any .php files, nothing, just the style.css with the only content being the child theme’s name and the @import command. Do I have to do all edits in the webspace explorer? Thank you!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerI’ve tried it three ways: under the original #site-navigation ul script, replacing it completely, and inside the UL script. Hasn’t worked any of the ways.
I was also hoping to get some tips on child themes. I had made one, used the @import command to import the parent theme, and then tride adding css edits after that but nothing would change. If I just copy and paste the whole css, will that work? Will it still be safe with updates? Thank you!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerHi @wpyogi, thanks for the reply. The Maintenance mode has been removed, sorry about that!! I will keep it off from now on since the content of the site will be be presentable by work hours tomorrow.
two questions:
1 – the above about centering the menu items.
2 – Do you know how I can remove the 80px space between the top of my banner and the top of the website? It is designated for the Site Title and Logo, but i won’t be needing that and the space is ugly. Can’t find that padding code anywhere.
Thanks so much for your help and patience!! Cheers
Forum: Themes and Templates
In reply to: [Gridiculous] Removing one of the three header widgetsHi, I have found the code on the header.php file, but changing the c4 to c6 in there does not change the size of the widgets. Please help! Thank youuuuuu!! x
Forum: Themes and Templates
In reply to: [Gridiculous] Nesting ColumnsP.S. URL is https://www.synergycarbon.com. I sometimes block users cause its under construction though, so let me know if its the wrong theme or if its blocked. Thanks for the help!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerHi, here is the link
please exvuse that everything is edited in the original theme’s style.css right now. Thanks for your help!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerHi, I was hoping you guys could fill me in on centering my menu-bar content. I have tried both of the methods outlines above with no result. When I add it to my child theme it turns the whole menu bar into unformatted text. When I add it to the original themes style.css there are no changes.
I have tried both replacing the #site-navigation ul with the new one, and adding the new one under it with and without indents. No luck. Any help would be greatly appreciated! Thanks so much
Anthony
Forum: Fixing WordPress
In reply to: Gridiculous Theme@c.bavota
First of all your theme rocks, I also just went through all of your WP Forum replies to see if my answers would be answered, and although it wasn’t you get 100% for customer services. You are awesome!!Anyway, I was just wondering about nesting my columns. Basically, I’ve created 3 rows of 6 images on my home page with using this <div class=”row> code three times:
<div class=”grid w960″>
<div class=”row”>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
<div class=”2″></div>
</div>
</div>My problem is that instead of stacking into more columns and fewer rows when I decrease screen size, it just keeps decreasing the image size until BOOM, suddenly they’re all in one row.
What I’d like it to do is have the 6 columns and three rows first change to 3 columns and 6 rows, and then 2 columns and nine rows before resorting to one long row. It seems in your nesting description that this’d be possible, is it?
Thanks so much in advanced for your answer!!!