
-
AuthorPosts
-
June 24, 2021 at 10:23 am #1307281
Hey there,
can anybody tell me how to get every title in the same position? Every title is in the same position despite the “shop” title. It’s not that big of a difference, but it’s not exactly in the same position.
Thank you!
All the best,
TinoJune 25, 2021 at 5:13 am #1307374Hi Tino,
I’m not sure I understand what you are referring to, could you post a link to where we can see the problem you are having please?
Best regards,
RikardJune 25, 2021 at 3:34 pm #1307459Hey Rikard,
that’s the shop page: https://www.atelier-silviadecker.de/?page_id=145&preview=1&_ppp=56b1afa9b0
And here’s a normal page: https://www.atelier-silviadecker.de/?page_id=240&preview=1&_ppp=b0cc30a56eThe title of the shop page seems to be a little lower then the one on the normal page, but I copied it from there, so it should be the same position.
Thank you.
All the best,
TinoJune 27, 2021 at 4:32 am #1307560Hi Tino,
Thanks for the update. We cannot access preview URLs unless logged in, could you post login details in private please?
Best regards,
RikardJune 28, 2021 at 11:45 am #1307719This reply has been marked as private.June 29, 2021 at 6:14 am #1307863Hi,
Thanks for that. I get the same problem as I wrote to you in your other thread, please upgrade the account to have administrator rights.
Best regards,
RikardJuly 9, 2021 at 11:41 am #1309362Hey Rikard,
you should be able to login now, aren’t you?
Thank you.
All the best,
TinoJuly 11, 2021 at 6:28 am #1309536Hi,
The site you linked to in this thread is still giving me an error, and I’m not sure where to find the problem you are having on the site in private?
Best regards,
RikardSeptember 7, 2021 at 4:26 pm #1319999Hey Rikard, sorry for the late response, didn’t see your answer! Could you please try this one: https://www.h186692.web212.dogado.net – it says “ART” and as a sub menu “Prints (Shop)”. If you click there, you’ll see that the title is different from the others. I tried to put the black area in there with a white title copying it from another page with css, but didn’t work. Thank you!
September 9, 2021 at 4:59 am #1320179Hi,
Thanks for the update. So it’s the title on the page in private which you want to adjust? If so, then how exactly? It looks to be centered on my end. If you have a screenshot highlighting your intentions, then please share that with us.
Best regards,
RikardSeptember 9, 2021 at 3:00 pm #1320267Hey Rikard, yes exactly! I want it to be as the other titles on the other pages, with the black background and white font. Also it’s not in the same position (as you can see in the screenshot). I think it’s because of WooCommerce in combination with Enfold that it’s not in the exact same position etc. Thanks in advance! All the best, Tino
September 11, 2021 at 5:18 am #1320491Hi,
Thanks for the clarification. I see that you have added some shortcode to the content of the page, could you try wrapping that shortcode inside of a Color Section shortcode please? Otherwise the content will not be full width. You can create the content on a page for example, then simply copy it into your shop page once you are done. You will need to activate debug mode, in order to see the Layout Builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
RikardSeptember 16, 2021 at 4:08 pm #1321244Hey Rikard, it worked with the heading and also the color section, but the background isn’t full width yet as on the other pages. So I used this code:
#top #main .template-shop .container:first-child {
max-width: 1920px !important;
padding: 0px !important;
}It works, but I want to leave the product section centered like the content on the other pages, any ideas how to fix that?
Thank you! All the best, Tino
-
This reply was modified 3 years, 7 months ago by
t-poschen.
September 16, 2021 at 4:28 pm #1321257EDIT: Doesn’t work on mobile
September 18, 2021 at 4:21 am #1321425Hi,
Thanks for the update. I tried logging into your site, but the login URL seems to have changed. Could you share working login details with us please? If you have a screenshot of the problem on mobile, then please share that as well.
Best regards,
RikardSeptember 21, 2021 at 4:42 pm #1321802Hey Rikard,
I send it to you in private, should work now. I will take a screenshot for you how it looks in mobile. But basically the same as the desktop version. Still not full width.
All the best,
TinoSeptember 23, 2021 at 12:31 pm #1322004Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { #top #main .template-shop .container:first-child { width: 100%; max-width: 100%; } main.content { padding: 0 7% 0 7%; } }
Best regards,
RikardSeptember 23, 2021 at 3:38 pm #1322043Hey Rikard,
thanks for the feedback. Sadly it doesn’t work either. Also the code you sent me doesn’t work for desktop versions I guess.
Thank you.
All the best,
TinoSeptember 24, 2021 at 7:10 am #1322130Hi Tino,
The code Rikard gave is only for mobile.
I tried to check on the screenshots you gave but it doesn’t work anymore.
Can you share it again with us, so we can try to give you CSS based on it.Best regards,
Nikko -
This reply was modified 3 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.