Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #127405
    puffhead
    Participant

    Hi there! Originally my site looked like this:
    https://i.imgur.com/Bdpw3CJ.png

    and my goal was to extend the page defined in wordpress as the home page, so in an effort to remove the sidebar in “sidebar.php” I changed “<aside class=”sidebar sidebar-primary widget-area” role=”complementary”>” to simply “</aside>”

    This brought me closer to my goal, but I’m still facing two small issues seen here:
    https://i.imgur.com/jZtbKyl.png

    1: I’d like the page that’s set as the home page to stretch the whole width of the page, currently it’s still stuck as if that sidebar was still there.

    2: The link from the sidebar originally on the right side of the page, has moved to the bottom of the page.
    How could I remove this section?

    #127427
    tikaram
    Keymaster

    @puffhead : Please post in your site URL. It looks like you are editing the theme files directly. I suggest you to create a child theme and make your customizations within the child theme. If you make changes to the parent theme directly, the changes you have made within the parent theme will be lost after theme update.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Help making basic theme edits’ is closed to new replies.