[Resolved] Spacing issues for container and sidebar

Home Forums Support [Resolved] Spacing issues for container and sidebar

Home Forums Support Spacing issues for container and sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1031367
    Carol

    Hi,

    I know I want my entire container to be 1150px.

    Because I’m limited to 5-pixel increments for the sidebar, it’s really hard to get the exact look I’m after.

    I put the sample site URL (not mine) that I really want to mimic due to excellent readability.

    Love that layout.

    I’ve spent hours trying to tweak my site to achieve this, but can’t quite get it.

    I’d appreciate any help.

    Thank you.

    I’ll follow up with another message and put my own URL in.

    #1031369
    Carol

    X80Ws+031v45

    Oh, there is no field to put another URL. Hopefully, you can see my site from previous topics on my profile.

    Thank you~!

    #1031376
    David
    Staff
    Customer Support

    Hi there,

    on the example site its using a sidebar of 315px wide to do that would need some CSS like so:

    @media (min-width: 769px) {
        #primary {
            width: calc(100% - 315px);
        }
        #right-sidebar {
            width: 315px;
        }
    }
    #1031387
    Carol

    Thank you, David.

    So I’m already using this CSS:


    @media
    (min-width: 769px) {
    .post-image-aligned-left .post-image img {
    max-width: 430px;
    }
    }

    .sidebar .widget_media_image {
    text-align: center;
    }

    What do I change out of that?

    I want the featured image the same size as example site, same spacing between sidebar and content area, etc.

    Thank you so much!

    Carol

    #1031444
    Leo
    Staff
    Customer Support

    You shouldn’t need to change the existing CSS that I provided before 🙂

    #1031472
    Carol

    Okay.

    Perfect!

    Thanks, David and Leo!

    I love this theme!!

    #1031517
    David
    Staff
    Customer Support

    Glad to be of help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.