Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18059
    Otton
    Member

    Hello,

    I am currently working on my home page.
    I would like the content of this page is expanded (See the photo).

    My page : http://guitare-tablatures.fr/guitare-tablature-france-facile-video/

    photo

    Thank you

    #18069
    Sakin
    Keymaster

    @Otton: You have already customize the site and it looks so different. Can you remove that custom CSS and then I can send you the custom css to change that.

    #18098
    Otton
    Member

    Thank you Sakin !

    Yes it looks so different ! But just for the Homepage.

    I actually found a solution by changing the css in the “ultimate shortcode” plugin. But I’d rather make the change in my child theme.
    I disabled my edits for you to give me your custom css.
    Thank you again!

    #18109
    Sakin
    Keymaster

    @Otton: Please remove margin: 0; from your custom css in the css below.

    .page-id-474 #page {
        margin: 0;
        max-width: 1000px;
    }

    Then you can add the following CSS

    /* Remove the padding in main */
    #main { padding: 0; }
    /* Remove Margin from Content */
    .singular #content, .fullwidth #content, .sidebar-content.singular #content { margin: 0; }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Expanded the content’ is closed to new replies.