• HI,

    I am trying to change the size of the main content colummn and the size of the sidebar.. I want the sidebar to be all the way to the left.
    For what I undestod I should find the container #content and #sidebar…but there is not way.
    Can someone else explain me what do I need to change?
    this is my webpage: https://smallbusinessrating.org/?page_id=112

    THanks in advance
    fisg

Viewing 2 replies - 1 through 2 (of 2 total)
  • First, create a child theme. Instructions are in the codex.

    Second, add this code to your child theme’s style sheet:

    .alpha {
        float: right;
    }
    Thread Starter dr_figs

    (@dr_figs)

    Thanks kjodle for your replay I CReated the child and I tried your solution it works!! awesome!!…How did u know that is .alpha ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change size of sidebar and main content column’ is closed to new replies.