Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Since you already have the Edit CSS option, you can go ahead and copy-paste this in there:

    (change the numbers as you see fit)

    .container_24 .grid_8 {
      width: 260px; /* width of sidebar container */
      padding-left: 50px; /* How far to move the container from the left   (bigger number means moving further away to the right)*/
    }
    
    #searchform {
        width: 200px !important; /* Width of search form */
    }
    
    #searchform #s {
        width:160px !important; /* Width of typing area in search form */
    }

    Best regards,
    Digilodger

    Thread Starter MinnieMouse25

    (@minniemouse25)

    Hi there,

    It worked ?? THANK YOU SO MUCH!!!!

    If I wish to learn more about coding, could you please recommend a link?

    Bestest regards,
    Minnie Mouse

    That depends on how far you plan go; for example, becoming a professional vs. just know enough to manipulate/edit a pre-made theme.

    But for a starting point, try codecademy.com. For basic HTML and CSS, you can click on Learn tab –> then visit Web Fundamental.

    Otherwise, Google or Bing search is probably your best friend, haha ??

    @minniemouse — this is a good reference site too:

    https://www.w3schools.com/default.asp

    Thread Starter MinnieMouse25

    (@minniemouse25)

    Thank you very much – the help is really appreciated!

    I plan on becoming a professional but I think that I still have a long journey ahead of me before I become a professional. One step at a time ha ha ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjusting the Sidebar’ is closed to new replies.