Is it possible to do that on every pages?, it would be best if I can set it to default as well.
Thanks
Actually what I want is to have banners on top of every pages and posts. Right now I only had it on every pages, but not on posts.
Or can I have banner on top of the page (above menu).
My page: http://www.shiftupmagazine.com/
Thanks
Hello,
If you want to add that particular gallery across your whole site, you can simply add it in the header as it;s easier to implement. You will need to use a do_shortcode function in the header file like so:
<?php echo do_shortcode ('your gallery shortcode here'); ?>
Add your gallery shortcode to the code and then place it in the header file:
https://www.screencast.com/t/pKHNC3GWR
It will need a bit of css for a center positioning though.
Thank you!
Thank you, It’s work!, but there other problem the margin between header in pages and posts are different.
How can I fix it?
Thank you.
Hello,
I mean gallery (above main menu) and main menu, the margin are too much.
I want gallery and main menu to be closer.
Thank you.
Hi,
You could remove the margin bottom set on the gallery, with a code like this – https://www.screencast.com/t/fffqu3P0G just enter it in Theme panel->Custom Css
.vc_custom_1490284451319 {
margin-bottom: 0;
}
Thanks
Hi,
It’s another css class, but thank you for the suggestion.
Thank you.