August 27, 2015 at 12:03 pm
Hi,
These are small details, but there is probably a way to accomplish so thought I’d ask.
Site URL: *Login to see link
#1 – I have a pair of panel grid cells sitting next to each other. I want to indent the title for the left cell, but not the right cell’s title. I have the following custom css added, which accomplishes the title indent, but does it for both cells. Is there something I can add that will make ONLY the left cell’s (id 2-1) indent, without indenting the right cell title?
Current custom css:
.home #pg-2-1 .panel-grid-cell
.widget-title {
margin-left: 30px;
}
#2 – Above and below the pair of panel grid cells I speak about in #1, I have a panel grid cell above and below for horizontal dividers. I’d like to extend the dividers closer to the edges of the body window , so the edge of the dividers lines up with the edges of the secondary menu, etc. Is there custom css to add to accomplish this?
Thanks for the excellent support. Much appreciated,
Mike