batharoy
Forum Replies Created
-
Sorry about that.
Change .main-navigation div.nav-menu > ul and make it #menu-menu-1 .Forum: Themes and Templates
In reply to: How to get words to wrap not hyphenateCan you post your site address please?
With the child theme activated (I hope it is).
Go to Appearance > Editor and open style.css.
You can paste it in there.Forum: Themes and Templates
In reply to: [Vantage] Footer#footer-widgets aside:nth-child(4) { width: 50%; }#site-navigation { position: fixed; top: 0; left: 0; width: 100%; margin-top: 0; text-align: center; background: #fff; } .main-navigation div.nav-menu > ul { text-align: center; }Forum: Themes and Templates
In reply to: locating themes directory when using subfolder for siteYou will have to go in thru FTP or your hosts file manager, not a web browser. But you do have the right path.
Forum: Themes and Templates
In reply to: [Coller] Body bleeds into sidebar@media screen and (max-width: 767px) { #secondary { width: 95%; float: left; margin-top: 15px; } }Forum: Themes and Templates
In reply to: [Church] Adding subtitles to posts in Church / OmegaNot sure about this but copy the entry-title.php from the parent to the child folder.
Put your code below the existing code in that file.Forum: Themes and Templates
In reply to: [Customizr] Creating a two column ul in sidebarI believe that’s the default action with 2 sidebars. It does the same on my test server.
Forum: Themes and Templates
In reply to: [Customizr] Creating a two column ul in sidebarI don’t think rdell read that it was in the sidebar. Your dealing with an area that is only span-3 to start with. Using span-6 or what is in the snippet wont really help.
Copy & paste my code to the custom css area to see if that is the effect you want.
Correct, activate child-theme, go to Appearance > Editor
You should see header.php & style.css in the list (more if you added any others).In the header.php look for the nav div starts with
<nav id="site-navigation"ends with<!-- #site-navigation -->Cut & paste that section right below
<div id="page" class="hfeed site">After that we will style & position it correctly with css.
Forum: Themes and Templates
In reply to: [picolight] Child Theme for PicolihgtYou would need to copy all edits you made in the parent to the child for them to be retained.
Forum: Themes and Templates
In reply to: [Customizr] Creating a two column ul in sidebarForum: Themes and Templates
In reply to: [Customizr] Creating a two column ul in sidebarSorry, double posted.
Forum: Themes and Templates
In reply to: [Customizr] Creating a two column ul in sidebarI would actually make to separate lists with the state as a title, that way you could take the state off the LI and it would space better.
#text-5 ul { margin: 0; } #text-5 ul li { width: 50%; float: left; }