Forums
(@advancedweb)
8 years, 6 months ago
sorry 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.
you could add following code to you child theme:
#sq-masthead{ height:auto; }
or
#sq-masthead{ height:auto!important; }
you can hide the border with following css
.site-header{ border-width: 0; }
try adding this to your child theme
@media screen and (max-width:767px){ body{ text-align: left; }
you’re welcome!
you 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 } }
sorry jaycbrf, I was on the page. I didn’t realized you already replied.
Hi, this should do the trick:
.mainSearch .advanceSearch .advSearchBtn, .mainSearch .advanceSearch .advSeachBar{ display:none; }
you’re welcome. I’m glad I could help.
Hi Robin, try adding this to you child theme:
.entry-post img{ margin: 10px 20px 20px; }