• Hi

    Is there any way to divide the content column into two, so I can have featured articles on one side and short news and the other? It’s for this site:

    https://www.butzisquared.com/

    Also: How do I get rid of “Follow:” on top of the left hand side bar?

    Thanks.

Viewing 1 replies (of 1 total)
  • Hi EoE. To split the content area I suppose you could (a) use a plugin like SiteOrigin Page Builder, or (b) customize index.php by adding another inner container, but then you’d have to style and position it and you’d paroably have a difficult time resolving the issues with the responsive mobile views.

    To remove the “Follow” heading try this css:

    .s1 .sidebar-top p {
      font-size: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘News column’ is closed to new replies.