-
AuthorPosts
-
June 11, 2015 at 10:44 pm #458072
Hi there. Is there a way (or custom css) to make a vertical logo wrap over the content area, beyond the header area? Here is a mockup of what I’m trying to create: http://greensproduce.com/wp-content/uploads/2015/03/headerbg.png
I want to have the black box with logo wrap over the slideshow and the content on subsequent pages. I’ve tried a variety of css styles, but I’ve been unsuccessful.June 12, 2015 at 8:50 am #458250Hi outofnowhere!
I couldn’t make much of the image you posted, are you sure it’s the correct one? Also please link to the site in question so that we can have a closer look.
Best regards,
RikardJune 12, 2015 at 6:30 pm #458544Oh Gosh! I’m sorry about that.
Here is the site on which I’m going to change the logo: http://brookscustomhomes.com/
Here is a screenshot of what I want the logo to do – to overflow into the content area: http://brookscustomhomes.com/wp-content/uploads/2015/06/Brooks_Web_v3.jpg
June 12, 2015 at 6:41 pm #458550this will do the job:
.responsive .logo { display: block } .logo, .logo a { overflow: visible; } .logo img { height: 140%; max-height: 180px !important }
you have to play with the settings height and max-height
and to give some settings vor responsive behaviourperhaps a png looks good on that with a white outline and a little shadow !
- This reply was modified 9 years, 5 months ago by Guenni007.
June 12, 2015 at 6:51 pm #458553June 12, 2015 at 9:23 pm #458617seem to work :)
June 12, 2015 at 9:28 pm #458618It worked great. Thanks!
June 12, 2015 at 9:57 pm #458631yes – but on mobile this won’t work.
By the way. your images are very nice – but too big.
500kb and more ! This is one reason for slow speed. (Poolhouse is over 1MB)
Try to compress them much more – and use for jpg progressiv
and try to activate gzip compression for your website – usually made by some code in htaccess fileif you use Photoshop :
http://abload.de/img/poolhousezfoaz.jpg- This reply was modified 9 years, 5 months ago by Guenni007.
June 15, 2015 at 5:29 am #459085Hey @outofnowhere!
Did you try @Guenni007 suggestions and did you have any luck with them?
Cheers!
RikardJune 15, 2015 at 8:06 pm #459640I did. I appreciate the advice. I did reduce my image sizes and changed them to progressive, but 30 is way too low. I seemed to get barely good enough quality at 45-50. But that brought them from 500+kb to the mid 300s.
June 16, 2015 at 10:03 am #459920Hey!
Ok, glad you’ve made progress. Please let us know if you need any more help.
Cheers!
RikardJune 22, 2015 at 12:02 pm #462621Well try to read a little bit about gzip compression.
here you can test your site – and thats why i give you the hint:http://www.whatsmyip.org/http-compression-test/
you can save about 75% of datatransfer.
but it depends on your hoster which method is the best way to activate
if your hoster supports the way over htaccess file ( normaly if you choose a permalink structure like you have there is a invisible file in root directory called .htaccess (no suffix !))
you can make the file visible for example in filezilla by Server/list hidden data.
The link here gives some instructions: http://www.iceablethemes.com/how-to-speed-up-your-wordpress-site-with-gzip-compression/June 22, 2015 at 1:55 pm #462771 -
AuthorPosts
- You must be logged in to reply to this topic.