main menu space settings

Posted in: Newspaper
Post count: 6

Hi, I would like to move the main menu up and down to fit in the middle white space of the header, now there is too mach blank space below, how can i do that, can’t find any settings.
I’m using header style 4
thanks in advance

alex

Post count: 23312

Hello biretta,

Please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks.

Post count: 6

Hi, Catalin thanks for answering, url is this one but now is hidden cause i’m working on this new theme and is all messed up http://www.princefaster.it/

these are two screens of header
first one is current site
http://www.princefaster.it/wp-content/uploads/2016/09/faster_no.jpg

second one is what I think it shouldd be
http://www.princefaster.it/wp-content/uploads/2016/09/faster_ok.jpg

I’m using the home page with pagebuilder + latest articles, i would like to know also how to have the latest articles on top, now there is old material showing first

thanks

Post count: 23312

Hello biretta,

For your first request, please keep in mind that I need to know your website so I can inspect it closer and also so I will be able to provide a more accurate response. So, for your second request, please notice that the latest articles will appear only at the bottom of the page, hence LATEST. If you want to display only the latest articles, please notice that you should have any element in your page layout and then this module will be displayed.

Thanks for the message!

Post count: 6

if needed i can provide wp access in private so you can take a look, how do i do this?

thanks

Post count: 23312

Hello biretta,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Also, please provide the link of this topic so we can easily identify you.

Thanks for the message!

Post count: 6

Thanks, used css, I have a couple more questions:
1 the widget titles are not showing are white like the background
http://www.princefaster.it/wp-content/uploads/2016/09/text.jpg

2 on mobile footer how can i remove the about us and follow us text
http://www.princefaster.it/wp-content/uploads/2016/09/Screenshot_2016-09-15-21-49-13.jpeg

thanks for help

Post count: 23312

Hi biretta,

For your first request, please notice that I need to inspect your website so I can provide a more accurate code but please notice that I cannot access your website. You can provide your credentials to our email address. For your second request, you will have to use a bit of CSS code to hide those strings on mobile.

The code is ->

.td-mobile-footer-wrap .td-footer-description .block-title{
display:none;
}
.td-mobile-footer-wrap .td-footer-social .block-title{
display:none;
}

Thanks.

Post count: 6

Thank you, is it possible to hide category labels on category pages of mobile site?
I can’t find where to set this.
There is a way to set up mobile Home page or is just a feed of recent posts?

http://www.princefaster.it/wp-content/uploads/2016/09/Screenshot_2016-09-21-09-55-58.jpeg
Thanks

Post count: 23312

Hello biretta,

Try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

@media (max-width:767px){
.td-category, .td-subcat-dropdown{
display:none!important;
}
}

Please notice that the General homepage in Mobile Responsive Mode displays only the content which appears to desktop mode. It does not exist any option to set another layout for Mobile homepage, sorry!

Thanks.

Post count: 6

Hi Catalin, many thanks for your help.
How do I have to paste the code in css, I already have pasted the first one suggested to add space at menu and works fine. Now this other two codes must be pasted below that first one or somewhere else? First CSS goes to line 8, should I start from line 9 with the other one and so on? because I have pasted there but the other codes are not working, any suggestions?

thanks

Post count: 23312

Hello biretta,

Please notice that the order is not very important. You can add as you like but please notice that you should be very careful to have no syntax errors. The CSS system will load the code in cascade, hence the name -> Cascading Style Sheet.

Thanks for your understanding!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.