Mia1031
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My SQL syntaxThanks Andrew,
Where do I debug and change the SQL in wordpress though?
PHP files?Forum: Fixing WordPress
In reply to: How to block your entire site on www.remarpro.comThank you rehudnall!!
Forum: Fixing WordPress
In reply to: Adding meta tag description in wordpressThanks
Forum: Fixing WordPress
In reply to: Adding meta tag description in wordpressOkay great, thanks Samuel!
Forum: Fixing WordPress
In reply to: Adding meta tag description in wordpressHello Samuel.
Thank you for this. So I guess the placement and coding for this is correct?Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenHi,
Can someone tell me how to reduce the gap between the header and the actual content?https://www.tokyoluxe.com is my website.
Thank you!
Forum: Fixing WordPress
In reply to: I can't visit my siteHi kmessinger,
it worked! wow, thank you so much for your help.
I appreciate it!!Forum: Fixing WordPress
In reply to: I can't visit my siteHi Mohammad,
I can’t even open the website.
It doesn’t even load.
Is there another way to see the CSS file?
Please help..Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenThank you Udaarka,
It worked but still i have a little gap in between the header and the content (slider) below. Is there a way to reduce this gap or is this the limit since there’s a drop down menu?
Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenHi Udaraaka,
Thank you so much for your help. Every time you help me, I’m one step closer to getting my website complete. Can you kindly advise me to fix the space between the header and the content slider? Since I adjusted the height and cropped the header, It seems like there’s a big gap between the header and the content slider now. Can you tell me how to fix it since I haven’t included any spacings or paragraphs in my css.
Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenThank you Udaraaka,
Just one more question, since I changed the header, is there a reason why some of my headings are cut?
If you see the category under services, there should be three services and not just the spa. Is there a way to fix this so that all three categories show as a drop down heading?Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenWow Udaraaka,
Thank you so much! It worked!!
So I’m assuming this dark. css is the original copy so when I need to edit something I can adjust the size like the width and height to customize it.
Am i correct?Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenSorry, where is the dark.css file?
The only #branding img { I have in my css file is under print.
See below./* =Print
———————————————– */@media print {
body {
background: none !important;
font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after,
footer.entry-meta a[rel=bookmark]:visited:after {
content: ” [” attr(href) “] “; /* Show URLs */
}
#page {
clear: both !important;
display: block !important;
float: none !important;
max-width: 100%;
position: relative !important;}
#branding {
border-top: none !important;
padding: 0;
}#branding hgroup {
margin: 0;
}
#site-title a {
font-size: 21pt;
}
#site-description {
font-size: 10pt;
}
#branding #searchform {
display: none;
}
#branding img {
display: none;——————————————
Please advise? Even if I change this to the previous height that you have mentioned, it didn’t change anything…
Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenHi udaraaka,
Thank you so much for your support.
Here is the link to a page of my websitehttps://tokyoluxe.com/?page_id=18
I hope this helps.
I think it’s set to the original pixel HxW for twenty eleven.
I need to make it half this size.Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenHi udaraaka,
which php file did you want to see?