• Resolved romi74

    (@romi74)


    How do I change the sidebar s1 width for a 300×600 adsense ad? A little help?

    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)

    Sorry for the late reply, I’ve been busy with life stuff.

    To change it to 300px, add this as additional css (it is very wide so it will m ost likely break the layout…)

    
    .main { margin-left: 300px; }
    .s2 { width: 300px; margin-left: -300px; }
    
    Thread Starter romi74

    (@romi74)

    Hi,

    I think I was wrong. How can I modify Sidebar to be able to implement ads with 300×250 or 300×600 dimensions? I’m referring to increasing the sidebar width.

    EX: https://ibb.co/bdPFmkC

    Theme Author Alexander Agnarson

    (@alxmedia)

    Ah sorry, I misunderstood your first question. I resized s2 instead of s1.

    Try this additional css:

    
    .col-2cr .main-inner { background: none; padding-left: 400px; }
    .s1 { width: 400px; }
    .col-2cr .s1 { margin-left: -400px; }
    

    As the sidebar has padding-left and padding-right set to 50px, 50+50=100. 400-100=300px.

    Thread Starter romi74

    (@romi74)

    Thank You! It’s working. So far everything is fine.
    [link removed]

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