Tagged: two widgets on same row
Hello again
pls help me i need to put two widget (costom html) in right sidebar side by side (same row) how can i do that with css?
Hi grbalabanis,
Could you please explain us more, which widgets you want to show on same row of Right Sidebar.
Thanks
I need to put two custom html widget with adv code in a same line, i all ready resize sidebar width. Generally i need two sidebars active
Ok Got it,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.widget_custom_html { float: left; width: 50%; }
thank you
Welcome anytime @grbalabanis