Archived topic
Questions about article theme
3 replies · Started by Rohan on December 6, 2021
I am using the article theme
1) How do we change the position of the button once created? I cant see option for right, left, center alignment like what we do with texts?
2) When full width page is created, how do we change the margins on the left and right of the page?
Hi there,
For #1: If you're using GenerateBlocks' Button block, you can select the button block's wrapper and set its text alignment like this - https://share.getcloudapp.com/04u54o8x
For #2: The point of having a full-width page was to completely occupy the page, effectively removing the margins. Perhaps what you meant was adding breathing space to the contents using padding?
If so, you can either add paddings to Container blocks if you're using GenerateBlocks or add this CSS:
div#content {
padding: 0 40px;
}
Thanks.
I created blocks for paragraphs and also using wp_show_posts id to show latest blogs. However we want some space on the left and the right side of the screen as the text is touchin both sides of the screen.
Can you please show me how to add padding/space on each block or for a page so we have space on both right and left side of the screen?
Thanks
Can you please show me how to add padding/space on each block or for a page so we have space on both right and left side of the screen?
You can do it like this - https://share.getcloudapp.com/bLudE7Gj
You basically go to each and every parent Container Block's Spacing tab to add the paddings.
But this can get tedious so you may want to consider the CSS I've provided if you intend to apply it on the entire content area :)