Try this custom css:
#cycloneslider-418-1 {
width:100%;
float:left;
}
#newsboard_plugin_holder {
float:left;
margin:0 0 60px 36px;
}
If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
https://wordpress.org/plugins/simple-custom-css/
Thread Starter
bajaga
(@bajaga)
Thank you!
I’m not so good in CSS, so could you please tell me exactly where to put this code?
In Appearance/Editor, I have code for my theme, bit I don’t know in which part of existing code I should put this new code?
Yes please use the custom css plugin
and try this
#cycloneslider-418-1 {
width:60%;
float:left;
margin-right:20px;
}
#newsboard_plugin_holder {
float:left;
margin:0 0 60px 36px;
}
Thread Starter
bajaga
(@bajaga)
Thank you very much, people! You are great!