I tried entering custom CSS to widen the container div, but that didn’t work. Any suggestions? Here is the site: https://sublime-dezine.com
The parallax full width page to view for the Elementor page is
https://sublime-dezine.com/preisgestaltung/
The odd thing is that the shortcode for contact form 7 worked fine (currently uninstalled)
On the page linked there are two basic wordpress shortcodes. The first is in a custom html block & the 2nd is in a shortcode block.
The theme is default 2017, no custom code.
Thanks in advance
]]>Also, how would I delete some of the empty blue space between the phone number and the logo on the first page? I want to bring the logo closer to the phone number.
Here is the link to the screenshot: https://photos.app.google
]]>– is it possible to change the layout and set the image to the left and have several
blocks of text [3 colums: one image and two with text & a ‘read more’] ?
Thank you
]]>@media screen and (min-width: 768px) {
.navbar.navbar-scroll-point, .navbar.navbar-scroll-point.header-with-topbar, .navbar.navbar-scroll-point.shop_isle_center, .navbar.navbar-scroll-point.shop_isle_right {
position: static !important;
}
.hero-slider .home-slider-overlay {
opacity: 0.7 !important;
}
}
I’ve been trying to customize my header in th4 2017 theme. I have it just about the way I want it:
However the home page header image is cropped and hence blurry. I created a 2000×600 image and skip cropping when I upload it.
How can I fix the cropping?
Thanks.
Greg
]]>I am having trouble with customizing the way-too-big header image on my homepage (as it seems are many others…).
Method 1:
I can use the following code to shrink it to half-size, which is about what I want:
/*change homepage image height */
.twentyseventeen-front-page.has-header-image .custom-header-media,
.twentyseventeen-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
from-bottom;
height: 50vh;}
/* last line changes to half-size */
However, this takes the top half of the image, which if you look at our page, you’ll see is not very interesting as the boy and river are on the bottom. Anyone know a line of code to throw in here that will tell it to crop from the top rather than from the bottom?
Method 2: I can make the homepage image work by manually editing the image to have the boy/river on top and white space below (so that the image is large enough to fit in the theme still). However, that then messes up the header on other pages where WP is taking a strip from the middle of the large image – it will either be half white space or just the bottom of the boy. Is it possible to modify which part of the large image WP takes that excerpt of the image from?
Thanks,
Toby