Site logo

Archived topic

Is it possible to outline and Hover the boxes in the container?

5 replies · Started by Manpreet on May 17, 2021

Viewing posts 1–6 of 6

I want to use one container on my blog, but widgets and post boxes got mixed up. Is there any way to outline & hover the post boxes in the container?

Hi Manpreet,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

Hi there,

Do you have any specific style you want to replicate for your site?

Perhaps, provide a mockup image or a reference site you want to replicate so we have a clearer idea?

Let us know.

Note: If you simply want to have a separated container for sidebar and main content, go to Appearance > Customize > Layout > container and set the "Content Layout" dropdown to "Separate Container" as shown here https://share.getcloudapp.com/12uAWwve

I want to create a similar outline outside the post boxes in the container. Here is the reference site link in the private information area.

Hi there,

try this CSS for adding the borders:

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header,
.sidebar .widget{
    border: 1px solid #ccc;
}
This archived topic is closed to new replies.