Tiziano
Forum Replies Created
Viewing 10 replies - 1 through 10 (of 10 total)
-
Forum: Fixing WordPress
In reply to: Uncenter site on iPhone and iPadsorry I thought you already had a child theme.
(how to create a child theme)otherwise if your theme has a custom css option, you can insert the code there.
Forum: Fixing WordPress
In reply to: Adjust Top bar sizeyou could add following code to you child theme:
#sq-masthead{ height:auto; }or
#sq-masthead{ height:auto!important; }Forum: Themes and Templates
In reply to: Spacious theme and CSSyou can hide the border with following css
.site-header{ border-width: 0; }Forum: Fixing WordPress
In reply to: Uncenter site on iPhone and iPadtry adding this to your child theme
@media screen and (max-width:767px){ body{ text-align: left; }Forum: Fixing WordPress
In reply to: Tips on Custom Header Imageyou’re welcome!
Forum: Fixing WordPress
In reply to: Tips on Custom Header Imageyou could try something like this:
@media all and ( max-width: 955px ) { .site-header{ background: url(/images/site/header.jpg) no-repeat top left; background-size: 100%; padding-top: 130px } }Forum: Themes and Templates
In reply to: Need a little custom CSSsorry jaycbrf, I was on the page. I didn’t realized you already replied.
Forum: Themes and Templates
In reply to: Need a little custom CSSHi,
this should do the trick:.mainSearch .advanceSearch .advSearchBtn, .mainSearch .advanceSearch .advSeachBar{ display:none; }Forum: Themes and Templates
In reply to: CSS to change the padding around images on Blog Index?you’re welcome. I’m glad I could help.
Forum: Themes and Templates
In reply to: CSS to change the padding around images on Blog Index?Hi Robin,
try adding this to you child theme:.entry-post img{ margin: 10px 20px 20px; }
Viewing 10 replies - 1 through 10 (of 10 total)