nadavw
Forum Replies Created
-
Forum: Plugins
In reply to: [iframe] responsive iframe overrides textVery, very true…I was using a different plugin and hadn’t used shortcode before…installed yours & used your example…works perfectly!
Cheers!Forum: Themes and Templates
In reply to: adjusting image size in css#supersized {
height: 90%; width: 90%;
}Forum: Themes and Templates
In reply to: Moving background to left centerresolved
Forum: Themes and Templates
In reply to: Moving background to left centerResolved:
#supersized img {left:100px !important;}
Forum: Themes and Templates
In reply to: Distorted "accept" post – MailChimp pluginturns out this is the code:
.responsive #wt_home_content .mc4wp-form {height: 100%; }
Needed to clear my cache to see it properly
Forum: Themes and Templates
In reply to: @media problems with mobile fontsPerfect! thank you very much Bojan!
Forum: Themes and Templates
In reply to: @media problems with mobile fontsHi Bojan,
Good news! Figured out my problems by setting columns and figured out to set the footer with:.wt_footer_home p {
font-size: 10px;
}
.responsive #wt_footerWrapper p {
font-size: 12px;
}Woohoo!!!
That aside, the last thing I can’t seem to get is how to decrease the spacing on the home page after the email sign-up and before the social icons.
From what I can see, there are too many selectors and not of them is specific to that exact content. What am I missing?
Thanks 🙂
Forum: Themes and Templates
In reply to: @media problems with mobile fontsHi Bojan!
Thanks so much, that works nearly perfectly! I needed to put an @media for each and then it worked — dunno why.Two quick additional questions that I can’t get…
1) Is there a way to “text-align: justify” the text for mobile only? Here’s what I tried but it didn’t work (note the first 2 parts were added by the theme author)
#wt_home_content h1 {
text-align: right; font-size: 36px;
}
#wt_home_content h2 {
text-align: right; font-size: 60px;
}
@media (max-width: 480px) {
.responsive #wt_home_content h2 {
font-size: 24px;
}
}
@media (max-width: 480px) {
.responsive #wt_home_content h1 {
text-align: justify; font-size: 14px;
}
}2) Is there any way to adjust the text of the footer at the bottom for mobile as well?
Thanks so much for your support! I’m only a few days old to this with no programming experience so I’m really just getting my bearings and your help & support is much appreciated!
Cheers