advent12
Forum Replies Created
-
I don’t know why, but I cannot post a review to your plugin. Keeps asking for my version of wordpress and not taking my review ??
Forum: Themes and Templates
In reply to: [Zerif Lite] Logo move leftIs it possible to remove the dark blue on the top and bottom of the logo?
So, make logo entire area touching bottom and top border, therefore covering the dark blue area?
Forum: Themes and Templates
In reply to: [Zerif Lite] Logo move leftso sorry..the logo looks squished a little bit…letters to close together…can it be fixed also?
Forum: Themes and Templates
In reply to: [Zerif Lite] Logo move leftGreat, thanks!
Forum: Themes and Templates
In reply to: [Zerif Lite] Logo move left/* Increases header area to make room for larger logo*/
#main-nav {
min-height: 130px;
}/* Increases logo size*/
a.navbar-brand {
height: 130px;
width: auto;
}.navbar-brand > img {
margin-left: -100px !important;
margin-top: 10px !important;
}I have this code also..does it interfere with other code?
Forum: Themes and Templates
In reply to: [Zerif Lite] Logo move leftThanks!
It works great, but somehow reduces the size…now there is more space between the logo top and bottom and this makes the picture smaller and the words smaller to read.
Is there something to fix that?
Absolutely! You guys are fantastic.
Forum: Plugins
In reply to: [Yoast SEO] Fetch as Bingbot“unexpected error” is what it says when I try to fetch as Bingbot. It will not see my site.
It’s not very helpful or informative in finding/understanding why.
I am being seen/indexed by Google.Ok, thanks!
Great! And to center it in the page?
Do these codes need to be separate, or can they be all together?
Thanks so much for the help.
Thank you, that worked. I was wondering if I could get it to span 50% across the page instead of 100% across the page.
example:
Forum: Themes and Templates
In reply to: Featured ImageOk, thanks Jake.
Forum: Themes and Templates
In reply to: Featured ImageThis does work well, thank you. But…
I was wondering if there is css to make the featured image span the width of the page, and be touching the nav menu.
It seems to want to be left oriented and square.The default featured image is a giant square more suited to blog type I think.
Forum: Themes and Templates
In reply to: Featured Image/*moves metaslider up to nav menu */
.home .site-content {
margin-top: -77px;
}For anyone who needs help, this was my solution