katiecoleslaw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Mobile browsing differentSorry, wasn’t trying to bump. Was trying to be thorough and show people how I managed it:
I added the min-width to the style.css. Then in header.php I removed this line –
<meta name="viewport" content="width=device-width" />
This is the thread that helped me.
??
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Mobile browsing differentI’ve been going through the forum trying to find solutions. The nearest I could find was adding this to style.css –
.site-content { float: left; width: 65.104166667%; min-width: 846px;
Forum: Fixing WordPress
In reply to: Importing archive poststhe size is 9.57mb
Forum: Fixing WordPress
In reply to: Importing archive postsBecause im doing it for a friend and I don’t have their login details. So this is an issue with the host, not wordpress?
Forum: Fixing WordPress
In reply to: Importing archive postsThe archive was made using the wordpress export under ‘tools’. I exported just the posts. Can’t get in contact with the host :/
Forum: Themes and Templates
In reply to: Horizontal widgetsWow that’s great, worked a treat! Thank you, Tracy!!
Forum: Themes and Templates
In reply to: Horizontal widgetsHi Tracy, yep the test post thumbnails at the bottom ??
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Align site title with menuoh my goodness, just totally realised the mistake I was making – I have two coda’s open and I kept using the old file. I’ve fixed it now!
Thank you SO much for your help, Andrew. Sorry for being such a pain ??Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Align site title with menuI’ve managed to move the site header to the middle, but now the site title and site menu won’t fit on the same line –
/* Header */ .site-header { padding: 0; padding: 0; } .site-header h1, .site-header h2 { text-align: center; } .site-header h1 a, .site-header h2 a { color: #515151; display: inline-block; text-decoration: none; width: 198%; } .site-header h1 a:hover, .site-header h2 a:hover { color: #21759b; } .site-header h1 a, .site-header h2 a { color: #515151; display: inline-block; text-decoration: none; width: 99%; font-family: 'Futura','Helvetica',sans-serif; } .site-header h2 { font-weight: normal; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #757575; } .header-image { margin-top: 24px; margin-top: 1.714285714rem; } /* Navigation Menu */ .main-navigation { margin-top: 24px; margin-top: 1.714285714rem; text-align: center; } .main-navigation li { margin-top: 24px; margin-top: 1.714285714rem; font-size: 12px; font-size: 0.857142857rem; line-height: 1.42857143; } .main-navigation a { color: #5e5e5e; } .main-navigation a:hover { color: #21759b; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: none; } .main-navigation ul.nav-menu.toggled-on, .menu-toggle { display: inline-block; }
Site link
What am I doing wrong? ?? ??Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Move entry title under imageMy goodness, I feel really silly now. Thank you for your help! ??
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Align site title with menuI did that and it went back to the left again. I tried adding `.site-header h1, .site-header h2 {
text-align: center;
}` and now it’s moved slightly to the middle but not muchForum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Align site title with menuI’m really stuck. I’ve played around with both widths and the title moves only a nudge. :'(
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Align site title with menuAmazing, it worked. Thank u! Why is it still not centered tho?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Child Theme issuesI think I’ve worked it out, WPyogi ??
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Align site title with menu