- This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Centering 'feature-box' with CSS
From time to time my client only wants to display three feature-boxes, and thus the Nature One Pro theme aligns the three feature-boxes to the left instead of centring the three boxes.
Please instruct me how to do this with CSS-altering.
Regards,
Nyborg
Hi Nyborg,
Kindly show us your website URL.
Regards,
Brad
TestsiteURL is: gelcom.tveden-nyborg.dk
Hi Svend,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (min-width: 990px) {
.middle-align { width:739px;}
}
Regards,
Brad
Hi Nyborg,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (min-width: 990px) {
#section1 .middle-align { width:739px;}
}
Regards,
Brad
Hi,
Is it also possible to make the feature-box a redirecting link?
Regards,
Richard
Hi Richard,
Kindly use plugin “Page Links To” and link those pages to some other page.
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]