Jack Saat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with login to adminHi Grun, check if you don’t have one.htaccess in the root. If that’s not working you can do a full clean install and add backup data to the new install.
Forum: Themes and Templates
In reply to: Remove Page Titles in Responsive ThemeI’m not sure of you still need help but use
.post-title { display: none; }
And they are history and you always can bring them back later.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one pageYour doing a great job! The site looks really good and way better them the Twenty-Eleven! And maybe you still can ‘steal’ some html/css of that plugin to help you.
And no problem at all!
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one pageHey Katie,
I was looking at your other issue and found out that someone created a child theme for your optima-express plugin! It’s called IDX STYLER you can download it FREE here: http://themes.agentevolution.com/idx-styler/
I don’t know of it will work for you but it make help you same take some styles from it.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one pageYeah cache is a pain sometimes, If you need something else let me know. It’s 1:37AM here now lol so Good night is correct same to you! 🙂
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one page.page-id-0 #primary {
margin-top: 1.625em;
width:90% !important;
overflow:hidden;
margin-left:5%;
}Works for me, some style is overwriting it however so I added the “!important” part so if your code not is working add that but the selector seems to work just fine
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one pageNP, Checking why hold on 😉
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one pageLook likes your (#primary) is set to 80% width there and it also costing the background issue.
Add something like:
#primary {
margin-top: 1.625em;
width:100%;
overflow:hidden;
}In the last part the overflow hidden part will stop that background thing and from there play a bit with the css and you will be able to get it right I think….
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Screen Issue – 50% width on one pageEverything can be fix with CSS, having a look now Katie!