Home › Forums › IT Consultant Support › Themes Strong new page
This topic contains 3 replies, has 2 voices, and was last updated by Forum Moderator 5 months ago.
- AuthorPosts
- September 17, 2018 at 3:09 pm #107830
How I can create new pages with the same format (menu and the slider)? When I create new pages and I add a slider shows up in different size of the navigation bar. My theme is strong and I change to boxed.
Please take a look my homepage is in this URL http://bsc-test.com/version3
The new page is in this URL http://bsc-test.com/version3/homepage/services/Thanks
September 18, 2018 at 10:19 am #107896Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.metaslider { width:80%; margin:0 auto;}
Regards,
Chris- This reply was modified 5 months ago by
Forum Moderator.
September 18, 2018 at 10:38 am #107906Is there any code that only affect the inner pages? because if I paste that code the slider on the homepage change the size and I want all the images with the same size in the homepage and inner pages
Thanks
September 18, 2018 at 1:32 pm #107965Hi,
Kindly use this css code for inner pages.
.page-template .metaslider { width:80%; margin:0 auto;}
Regards,
Chris - This reply was modified 5 months ago by
- AuthorPosts
You must be logged in to reply to this topic.