tjvance
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Maskitto Light] Bigger LogoI was able to make the logo size larger from editing the CSS in Google Chrome by changing the max-height like this.
.header-layout-standard-large .navbar-brand img {
max-height: 80px!important;
margin: -14px 0!important;
}but when I tried to make the change permanent by adding it to the CSS Code section in settings it would not take. I think it has something to do with overriding !important.
Forum: Fixing WordPress
In reply to: How to center widgets in the footer?I think I’ve got it figured out. Thank you.
Forum: Plugins
In reply to: [Hover Image] Hover Image plugin alters image positioningI am having the same problem. My icons line up vertical instead of horizontal.
Forum: Fixing WordPress
In reply to: Tight Text Wrapping on PageSorry, I guess I read somewhere else about someone cutting a image. I’ll look into this way some more. Thanks for the help, I’m kinda new at the advanced stuff.
Forum: Fixing WordPress
In reply to: Tight Text Wrapping on PageI actually found a how-to for WordPress but with the way he did it I’m not sure I would ever get it to line up correctly. He used a photo and cut the image into different images and then lined them up in his post. Seems like it would be a nightmare to line up, plus my website is responsive so I’m not sure if it would work anyhow. Here is the link: http://www.wphub.com/how-to-flow-text-tightly-around-images/
Forum: Fixing WordPress
In reply to: Tight Text Wrapping on PageI get what you’re saying, I guess in order to do it the text would actually have to be layered over the image. I’m just not sure how to do it in a WordPress page. It has to be possible, it’s done all of the time on other websites.