Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23692

    In the text view of the BoldGrid Editor, I would like to see the HTML tags indented appropriately.  There needs to be a button to indent all of the tags so it can be easy to know which tags are the start and end of a block.

    #23695
    Arnel C
    Member

    Hello Jeff,

     

    The tags in the existing code are not indented for you.  If you wish to have them indented, you can go into the code using the text editor and change the indentation for each page/post.  You can also copy the code into a separate text editor and then make the indentations for the code there, then copy it back into the text editor.  At present, even in a default WordPress installation, there is no automatic indentation of the code in text view nor any current plans to format existing code.  I also verified this by looking at a default WordPress installation and viewing one of their sample pages.

    If you have any further questions, please let us know.

    Kindest regards,
    Arnel C.

    #23694

    Thanks Arnel,

    I tried 2 things.  First I tried setting the $content-width in the functions.php, but that did not work.  Next I updated the css which did work although the background image does not follow the css.  I tried using a smaller background image, but that just placed the image off the left.

    body{
    max-width: 960px;
    margin: 0 auto !important;
    float: none !important;
    }

    I don’t see a way to center the background image.

    #23693
    JohnPaul B
    Member

    Hello Jeff,

    Instead of modifying the functions.php file to adjust/center the background image, I recommend using the Background tool in the Customizer. You can also use the Page/Post Editor in BoldGrid to change the width and size by dragging the sections.

    If you want to modify/custom-code a theme, the details are covered in the BoldGrid Documentation. This information will primarily be useful for a developer or designer, as it assumes familiarity with HTML, CSS, PHP, etc.

    Thank you,

    John-Paul

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘In the text view of the BoldGrid Editor, I would like to see the HTML tags indented appropriately’ is closed to new replies.