Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1296959

    Hello,

    How can i change the width of a textblock? I want a 300px*300px text block

    #1297089

    Hey DaDex,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1297552

    Hi Jordan here is the link

    #1297569

    Hi DaDex,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .av_textblock_section {
        margin: 0 auto;
        width: 300px;
    }
    

    Hope it helps.

    Best regards,
    Nikko

    #1297574

    Hi Nikko,

    I only want the textblock width changed at that page not all my textblocks

    #1297578

    Hi DaDex,

    I see, please use this CSS code instead:

    #top.page-id-3972 .av_textblock_section {
        margin: 0 auto;
        width: 300px;
    }

    Best regards,
    Nikko

    #1297599

    Nice it works how can i do the same on this page:

    #1297635

    Hi,

    Add this to quick css:

    #top.page-id-4323 .av_textblock_section {
        margin: 0 auto;
        width: 300px;
    }

    Best regards,
    Jordan Shannon

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