newsy layout
- Posted by Bernardo (3) Offline
Newsy Layout is closing the extra div tag, breaking my layout.
Note: I am Brazilian, using Google Translator.
3 years 3 months ago #1
by Bernardo
Note: I am Brazilian, using Google Translator.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, Are you sure about that? Because no one has reported it before. Can you tell me your website url?
3 years 3 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Bernardo (3) Offline
Good night, I'm sure, I ended up doing more tests and I believe I have located the error.
When the "Number of Column" field is equal to 1 and the "Number of Hero Item" field is 0, it looks to me like it's closing the div tag of the Hero field that doesn't exist.
The "Outras tabelas" Module is in the right position inside the asid tag, the source code (Ctrl + U) will be able to see better, unlike the Gift Inspector (F12).
3 years 3 months ago #3
by Bernardo
When the "Number of Column" field is equal to 1 and the "Number of Hero Item" field is 0, it looks to me like it's closing the div tag of the Hero field that doesn't exist.
The "Outras tabelas" Module is in the right position inside the asid tag, the source code (Ctrl + U) will be able to see better, unlike the Gift Inspector (F12).
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Ah I see. But if you want to set the Number of Hero item is 0 then it is better to use default theme for that purpose as it will produce the same output.
3 years 3 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Bernardo (3) Offline
Understand. It's just that Default doesn't have a line separating the links like Newsy.
Thanks.
3 years 3 months ago #5
by Bernardo
Thanks.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
To have that line you just need to add this code to the CSS adjustment tab :
3 years 3 months ago #6
by TemplatePlazza
.mfp_default_item > div {border-bottom:1px solid #ddd;padding-bottom:1em;}
Please Log in or Create an account to join the conversation.