• Resolved kartur

    (@kartur)


    Hi Alex,

    Is there a way to change left sidebar (from left side on my blog) width to match side-bar width on the other side of the blog?

    thanks

    • This topic was modified 6 years, 2 months ago by kartur.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi there!

    Try this custom css:

    
    .col-3cm .main-inner { background-image: url(https://i.imgur.com/JNNzSIk.png); padding-left: 260px; }
    .col-3cm .s1 { margin-left: -260px; }
    .s1 { width: 260px; }
    

    (Download the image used as background and put it on your own server)

    Thread Starter kartur

    (@kartur)

    Thanks for the hint, Alex. It worked well.
    One more question, where exactly should I upload an image from the URL to my server?

    Theme Author Alexander Agnarson

    (@alxmedia)

    You could upload it through the WP admin panel media section or add it to the child theme folder – any way where you can get the direct link to it works.

    I do this but the vertical rule goes through the blog section. How can I eliminate it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change sidebar (left) width’ is closed to new replies.