Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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,
    Tino

    #1307374

    Hi 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,
    Rikard

    #1307459

    Hey 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=b0cc30a56e

    The 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,
    Tino

    #1307560

    Hi Tino,

    Thanks for the update. We cannot access preview URLs unless logged in, could you post login details in private please?

    Best regards,
    Rikard

    #1307719
    This reply has been marked as private.
    #1307863

    Hi,

    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,
    Rikard

    #1309362

    Hey Rikard,

    you should be able to login now, aren’t you?

    Thank you.

    All the best,
    Tino

    #1309536

    Hi,

    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,
    Rikard

    #1319999

    Hey 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!

    #1320179

    Hi,

    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,
    Rikard

    #1320267

    Hey 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

    Screenshot

    #1320491

    Hi,

    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,
    Rikard

    #1321244

    Hey 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.
    #1321257

    EDIT: Doesn’t work on mobile

    #1321425

    Hi,

    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,
    Rikard

    #1321802

    Hey 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,
    Tino

    #1322004

    Hi,

    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,
    Rikard

    #1322043

    Hey 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,
    Tino

    #1322130

    Hi 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

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.