I'm using the General Sidebar widget. It is working well, except everything is right up against the left edge of the sidebar (example: http://www.HBREyecare.com). Is there some way to add some padding on the left of the sidebar widgets to create a few pixels of space. I would like it to look more like your right sidebar in the original Medica theme at: http://themefuse.com/demo/wp/medica/typography/.
-
One additional question. I'm using the table_gray style in that sidebar. I just copied the HTML from the table_gray shortcode and filled in my information. Is there any way I can indent some of the cell contents (i.e. where it says, "May 5th:")? I assume I could just put something in the HTML under the <td> tag. Right?
perkinsrk
1 year ago -
Hi,
1. I'm using the General Sidebar widget. It is working well, except everything is right up against the left edge of the sidebar (example: http://www.HBREyecare.com). Is there some way to add some padding on the left of the sidebar widgets to create a few pixels of space. I would like it to look more like your right sidebar in the original Medica theme at: http://themefuse.com/demo/wp/medica/typography/.
To resolve this problem in style.css add this code:
.container_12 .grid_4.sidebar{ padding-left:30px; width:268px; } .widget-container .widget_search { margin-left:0px; }2. One additional question. I'm using the table_gray style in that sidebar. I just copied the HTML from the table_gray shortcode and filled in my information. Is there any way I can indent some of the cell contents (i.e. where it says, "May 5th:")? I assume I could just put something in the HTML under the <td> tag. Right?
I don't really get what do you want to do. Please provide more information about this.
Cheers,
George
George
1 year ago -
I just want to add some padding inside the table on the left side of a few cells. I just don't know the syntax. It it probably something like padding-left or paddingLeft.
perkinsrk
1 year ago -
Hi,
To move the cell content to right/or left you just need to find the cell you want and apply this style code on it:
style="text-indent:20px;"
also you can set you own text-indent value, just replace the 20px value to the one you want;A simple exemple, showing where you have to place the style code:
<tr>
<td style="text-indent:20px;">May 5th:</td>
<td>8:00 am – Noon</td>
</tr>
and now the "May 5th" will be moved to right by 20 pixels
Cheers,
George
George
1 year ago
Add a new topic!
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearch forums
Searching for something specific? Type something and press Enter to search.




Add Reply
You must log in to post.