This topic has 10 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
hello can you tell me how to decrease the width of the navigation bar?
here is a screen shot http://prntscr.com/bq69r5
filesystem:chrome-extension://fdpohaocaechififmbbbbbknoalclacl/temporary/screencapture-kingmehair-com-blog-3-1467938373751.png
also on my blog page the entire blog shows under the thumbnail how can i correct this
Hello,
how to decrease the width of the navigation bar?
Try to add the following css code in Theme Options > Custom CSS > Global Custom CSS section:
.header-type-18 .menu {
padding: 0;
}
my blog page the entire blog shows under the thumbnail
Change blog layout settings in Theme Options > Blog Layout.
Best regards,
Jack Richardson.
I have tried changing the layout and it stills shows. The entire blog shows no matter what settings i choose
Hello,
Please specify how you want to show the blog page and provide WP admin credentials.
Regards,
Eva Kemp.
I would like the blog to look as advertised with a summary instead of the full blog showing,
i would like it to look exactly like the theme blog here http://preview.themeforest.net/item/royal-multipurpose-wordpress-theme/full_screen_preview/8611976
on the demo
the link to my blog is in the private info
also theres a box around my blog thats not on the demo i would like it removed
Hello,
To show summary please refer to this article https://www.8theme.com/blog/using-read-more-button-on-wordpress-blog/ .
As you selected Timeline layout in Theme Options > Blog Layout, box is shown there like on our demo http://preview.themeforest.net/item/royal-multipurpose-wordpress-theme/full_screen_preview/8611976
http://storage8.static.itmages.com/i/16/0725/h_1469432006_1727145_ca3280c1b6.png
You can add 3rd boxed effect using this css code:
article.content-timeline > div {
box-shadow: 0 0 10px grey;
}
Regards,
Eva Kemp.
hi i tried the code for the 3d effect and its not working, I am using it with the BLOG DEFAULT layout
i would like this effect on the blog and post page for the blog posts and widgets side panel
Hello,
In this case use this css code:
.blog-post {
box-shadow: 0 0 10px grey;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up