Forums
(@asylum119)
10 years, 4 months ago
try using !important to ensure your CSS is used.
Hard to stop when you start, here is my first CSS draft to make the titles and paragraphs responsive for this theme. (still needs some work)
Pastbin
If you go into admin >Appearance > Theme Options > Custom CSS you should be able to use something like this, adjust the number 250 to suit your height
.header { height: 250px; }
@daysi5 your logo looks ok from here
you put the code in admin > appearance > Theme Options > Custom CSS (if you are not using a child theme)
Glad you got it working
Thanks Andrew but I would consider it instructions rather than a pastbin code dump but as you wish.
https://pastebin.com/B8wDi1Em
Your “About” page is located at /?page_id=135 because of your WP permalinks settings. The link you are wanting is https://www.applegatecares.com/?page_id=135
just set my child theme up today and no issues at all Francesco
I think Kiaaa may not be using an image logo like your site does, I would be trying for something like this.
#logo-image { float: none; margin: 0 auto !important; }
Thought I would mention that if I was able to do this with css I would be going for something like the following.
@media only screen and (max-width: 500px) { img.alignleft.wp-post-image { width: 100% !important; } }