Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1482543

    hello on the page https://www.xtreemestyle.it/tecnologia/ I’m going crazy with the text alignment.
    I duplicated the color section block that starts with the title “How XTreeme Crio Tech works” and added some text in the last color section but the padding is not like the whole page as you can see. After two hours of unsuccessful attempts I’m going crazy and I beg you to help me.
    PLEAAAAAAAAAAAAAAASE! :-)

    #1482611

    Hey Gianluca,

    Thank you for the inquiry.

    What happens when you remove this css code?

    .responsive .container {
        max-width: 1500px;
    }

    This overrides the Maximum Container Width value in the Enfold > General Layout > Dimensions panel.

    Best regards,
    Ismael

    #1482776

    Thanks Ismael but I don’t have that setting in the quick css section, where do you see it?
    I only have the setting Enfold > General Layout > Dimensions panel = 1500px

    #1482777

    well it is the same setting – but you placed on the other textblocks manual breaks:

    see:
    (click to enlarge the images)

    and because of text-align: center – these phrases are not the full width:

    #1482782

    this setting ismael mentioned comes from “General Layout”:

    but that will change all container width to that dimension.
    So if you only want to have that on the given page – put this to your quick css :

    .responsive #top.page-id-918 #main .container {
        max-width: 1100px;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.