• Resolved ksully913

    (@ksully913)


    Is it possible to change the sidebar width? I realize this is probably a basic question, but I’m not seeing where I could change it.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Hi – you can but it requires customization of the theme files. You’ll need to edit index.php and change these lines: https://prntscr.com/cspgtp

    <div class="col-md-9 blog-feed-column">

    and

    <div class="col-md-3 sidebar">

    col-md-9 and col-md-3 are the classes that will need to be changed. The theme uses the Bootstrap framework so you can learn more about the grid system here.

    Theme Author lyrathemes

    (@lyrathemes)

    Would you consider leaving us a review here? ??

    Thread Starter ksully913

    (@ksully913)

    Hey there,

    I went in and changed it in index.php. That said sometimes it shows up correctly, sometimes it reverts back to 3 and 9. I’m trying to make it 4 and 8.

    Any advice on where I might have messed up?

    Thanks,
    Kelsey

    • This reply was modified 8 years, 1 month ago by ksully913.
    Theme Author lyrathemes

    (@lyrathemes)

    Which pages does it revert back on? It is possible they are the single.php and page.php templates. You’ll need to make the same changes there as well.

    Thread Starter ksully913

    (@ksully913)

    Aha! Thank you!!

    Theme Author lyrathemes

    (@lyrathemes)

    @ksully913 – I see this was resolved. Thanks! Would you consider leaving us a review? ??

    • This reply was modified 8 years, 1 month ago by lyrathemes.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar Width?’ is closed to new replies.