Hi there
I am not sure how to increase or decrease the page size.
I want to decrease the amount of space on the sides of the page.
I have checked the theme panel:
PAGE LAYOUT SIZE
Choose the layout size for default page templates
It does not seem to change the page size.
Am I at the right place or am I missing something?
The CSS is the @media (max-width: 767px) and so forth.
Is there a graphical user interface control for this CSS?
So, I want to increase / decrease the margins of the pages, but not sure how to.
I found the setting to change page content size in the tagDIV composer, under row stretch – but the page size is still not quite looking like what I want.
Is it possible to customize the padding of this row stretch via the tagDIV composer, or do I need to go into custom CSS?
Hi,
By default the rows from the composer have 1068px in width, that is the default setting https://i.imgur.com/uuwcpFo.png
Then rows can be stretched if needed, to the provided values. I assume that by decreasing the margins of the page you mean increasing the width of the content. This will indeed reduce the margins, as the content is larger. So you could stretch the rows in the page.
If you want a width value that is not available for selecting, stretch the rows to full and set your desired value here https://i.imgur.com/MDgzWje.png Every row, column, or element from the composer has a width setting in the CSS tab, also margins and padding can be set there if needed. It depends on what exactly you want to achieve in the page.
You could check out some of our pages from the cloud library https://cloud.tagdiv.com/#/load/Homepages
If you like a layout, or find one that is similar to what you want to do, you could import the page and customize it. Or let me know and I will explain how it is built.
Thank you!
Ah, I get it now. Thank you for the clear explanation!