Home › Forums › All Other Themes › Centering 'feature-box' with CSS
- This topic has 6 replies, 3 voices, and was last updated 7 years, 2 months ago by
Forum Moderator.
-
AuthorPosts
-
April 3, 2016 at 4:03 pm #29118
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
April 5, 2016 at 5:08 am #29255Hi Nyborg,
Kindly show us your website URL.
Regards,
BradApril 6, 2016 at 8:11 pm #29551TestsiteURL is: gelcom.tveden-nyborg.dk
April 7, 2016 at 6:08 am #29599Hi 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,
BradApril 7, 2016 at 6:37 am #29607Hi 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,
BradJuly 14, 2016 at 1:10 pm #40428Hi,
Is it also possible to make the feature-box a redirecting link?
Regards,
Richard
July 14, 2016 at 1:34 pm #40434Hi Richard,
Kindly use plugin “Page Links To” and link those pages to some other page.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.