Hello,
How can i change the width of a textblock? I want a 300px*300px text block
Hey DaDex,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan here is the link
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
Hi Nikko,
I only want the textblock width changed at that page not all my textblocks
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
Nice it works how can i do the same on this page:
Hi,
Add this to quick css:
#top.page-id-4323 .av_textblock_section {
margin: 0 auto;
width: 300px;
}
Best regards,
Jordan Shannon