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
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]