-
AuthorPosts
-
October 31, 2021 at 2:42 pm #1327200
Hey,
sorry my english is not the best but i try to describe my problem:
I have a slider on the start page. This should be fix. The background image is fixed, but the font runs along with it. How do I get the font fixed too?
My second problem is the mobile view of the menu. Here the logo should be presented as a kind of flag. My changes take effect in the normal version. In the mobile view I have a white background. How can I remove this?
Jenny
November 1, 2021 at 12:12 am #1327239Hey gdsconcepts,
Thank you for the link to your site, unfortunately, you can not effectively make the caption of your slider fixed, you could take a screenshot of your slider with the caption and then use that image as the background image and remove the slideshow caption, but then you won’t have the animation of the caption.
For your second issue to match the header to your desktop view please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { #top #wrap_all #main { margin-top: -82px; } }
below is a screenshot of the expected results.
After applying the css, please clear your browser cache and check.Best regards,
MikeNovember 1, 2021 at 11:27 am #1327280Hey Mike, thanks for your quick feedback. The setting with the menu worked perfectly.
If I insert the slider as an image, I no longer get the font spacing set. Is there no other way? I also created a slider via Layer Slider, but the font also runs here.
Jenny
November 2, 2021 at 12:50 pm #1327447Hi,
Thanks for the feedback, I see your new image in the media library with the caption, but the placement doesn’t look correct for my screen resolution I’m using 1536 x 864. So I made a new image for you as an example and cloned your top slider with the new image, and set the screen options to hide your original one. Please clear your browser cache and check the slider now on desktop, and see the “gif” screenshot in the Private Content area, you may need to click it to play the gif.
This demonstrates the basic idea of the solution.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.