-
-
Apologies I do not have a live site to direct you to with my question.
I’m using a child theme on Tower.
Two questions.
First – I am looking to have the standard “button” open to a new page (target=_blank) globally. I do not have the option for this when creating a button and I do not find an option for this in the Tower settings. Is there a code snippet I can add to make all button links open in new pages globally?
Secondly, I have a question about viewing our site on a mobile phone. I have mobile responsive active. When viewing it, the header at the top has our logo on the right and the hamburger menu on the left. Are there any options to change this? We would prefer our logo on the left and hamburger menu on the right.
I appreciate any help.
Your theme is working really well for us. I initially had issues loading the sample pages that come with the theme, but I’m close to launching our site and the process for building pages has been pretty good.
thanks.
-d
-
Hello,
1-By default there is no button to automatically open in new tab. But you can use the “button” element of Visual Composer. It is programmed to open in new tab.
There isn’t a specific code snippet to make all available buttons open in new tabs. You have to find the responsible file and add the “target=_blank” into it.
2-You can change this using custom css. Add this code into your custom css box:
@media (max-width: 979px){ .mobile_small_menu { padding-right: 20px !important;} #logo { left: 0 !important; right: 0 !important; }}
Edit the values until you get what are you looking for.
Let us know if you have further questions.Best regards!
-
excellent support. your suggestions got my issue resolved. thanks!
-
You must be logged in to reply to this topic.