Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #543212

    Hi,

    I create a new page and set it to have “No Sidebars”. I then add elements via the Advanced Layout editor but the elements/content is not centered but bunched up to the left. I’ve tried recreating the page, adding 3 x 1/3 blocks and using middle block for content, etc, etc.
    Please check out this link and any help would be appreciated

    #543299

    Hi tertiusstrydom!

    are you using layout elements? if yes you can define some custom margins when editing layout element.
    You could also try this code in Quick CSS field:

    .post-entry.post-entry-type-page.post-entry-3787 {
    position: relative;
    right: -260px;
    }
    

    and adjust as needed.

    Regards,
    Andy

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