memastudio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Full Page templateWell I want it to be completely full screen, with no header and no footer.
The 2012 fullwidth template is not covering the whole screen.My question is how to make the image 100% width and height of any screen!
Forum: Themes and Templates
In reply to: Page attribute missing!yes that is what i am doing. on that child theme the page attribute is missing though!
Forum: Themes and Templates
In reply to: Child theme-ModificationThanks a lot Paul, you rock!
Forum: Themes and Templates
In reply to: Child theme-ModificationI am trying to keep the font and scale it down vertically! So each letter is the same width, but shorter than the original!
thanks alot
Forum: Themes and Templates
In reply to: Child theme-ModificationAre you suggesting to reduce the vertical scale of all the fonts, I should go like?
body.custom-font-enabled {
line-height 80%;
}thanks
Forum: Themes and Templates
In reply to: Child them not updatingThanks A lot Paul for your precise help, I appreciate it!
I am trying to build my website, and doing this for the first time, face lots of questions! I posted another question on how to reduce the font height again. Hopefully I get some good instructions as you provided me.
Thanks a lot
Cheers
Ps; do you have a website?Forum: Themes and Templates
In reply to: Child them not updatingThanks for your tip Paul, you are right, logo looks very small in a smaller device. I wanted to line up “mema studio” and “architecture interior design” with the navigation below it. What suggestion do you have? I am very new and not have any experience.
thanks a lotForum: Themes and Templates
In reply to: Child them not updatingThanks a lot, it is working! : )
Forum: Themes and Templates
In reply to: Child them not updatingI fixed that, thanks. but it still showing the padding around the header!
Forum: Themes and Templates
In reply to: Front PageMEMASTUDIO.CA
Forum: Plugins
In reply to: Moving the contents aroundThanks.I have created the child theme and modify that.
How can I move it by changing the code?
I have currently this in my child theme style sheet/Editor/*
Theme Name: Child of Twenty Twelve
Theme URI:
Description: Cool child theme based on 2012
Author: Mahsa
Template: twentytwelve
Version: 1.1.1
*/@import url(“../twentytwelve/style.css”);
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 0;
box-shadow: none;
}
/* Sidebar */.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
font-size: 15px;
font-size: 1.07571429rem;.widget-area .widget a:hover {
color: rgb(247, 16, 16);
}Forum: Themes and Templates
In reply to: childthemeahhhh….thank you so much, you are right, it was the matter of ctrl 5 and updating it!!!! took me a week though!
cheersForum: Themes and Templates
In reply to: edit templateand how can I make changes to the site of the slide show images?
Forum: Fixing WordPress
In reply to: child theme-Go daddyI added the above to my CSS file under Go Daddy FTP, howevere the images still have round corner with shadow!
thanks for your helpForum: Fixing WordPress
In reply to: child theme-Go daddyWell I managed to get it the child theme work by removing and reinstalling the twentytwelve theme! And IT started to work….
Now I am trying t make changes to the child theme: like getting rid of shadow that 2012 theme has. this is css file for my child theme which dose not work:
/*
Theme Name: Child of Twenty Twelve
Theme URI:
Description: Cool child theme based on 2012
Author: Mahsa
Template: twentytwelve
Version: 1.1.1
*/@import url(“../twentytwelve/style.css”);
.entry-content img, {
border: 0;
border-radius: 0px;
box-shadow: none;
}