Is there a possibility to change the amount of circles for each row? Now there are 5 circles each row.
Do i have to edit the css file to change the width of the specific content div, or is this stored in a php function.
Regards
Rxbbx
Is there a possibility to change the amount of circles for each row? Now there are 5 circles each row.
Do i have to edit the css file to change the width of the specific content div, or is this stored in a php function.
Regards
Rxbbx
Yes, you can use CSS in a child theme or a CSS plugin (like Jetpack) to do this. I recommend using Firebug for CSS work--makes it much easier.
You'd probably need to change the width of #page if you want the entire site area to be narrower, or you can modify the width of .blog #content (just the home page) to change just the number of circles per row but leave the header and footer the same width.
You must log in to post.