Support » Theme: Sydney » Looking to change up the layout?

  • Hey guys, a couple of things.

    1. I’m trying to create more of a separation between my sidebar widgets and the actual content on my page. Can someone recommend anything to help with this? Ideally anything but a giant white block like is there now. Some outline of each widget?
    2. I want to make change the height on my header/footers. I feel they are a bit wide. I was them to be less tall.

    The page for reference is : http://eyobllc.com/blog/

    Thanks for the help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    1. How if by adding a borderline to separate them? you can use this CSS code to add a borderline:

    .blog .content-area {
        border-right: 1px solid #ebebeb;
    }

    2. Feel free to adjust the value of the height, padding-top and padding-bottom from the code below. This is used for decreasing the height of the header image and footer area:

    .blog .header-image {
        height: 200px;
    }
    .blog .footer-widgets {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    Put the code into Customize > additional CSS

Viewing 1 replies (of 1 total)
  • The topic ‘Looking to change up the layout?’ is closed to new replies.