Home › Forums › Theme support › Seaview Modification Questions › Reply To: Seaview Modification Questions
Hi Denise,
1. I’m not sure what you mean, can you send me a screenshot? (info@7theme.net)
2a. It’s “text-align:center”
2b. You can try to add this css code:
.cycle_element h2, .cycle_element h3, .cycle_element a {
width: 100% !important;
left: 0;
margin-left: 0;
}
Please note: Those customization normally are not covered by free support!
3. Try this css code:
#page-sidebar-right #content {
padding-right:20px;
}