Home › Forums › Pro Themes › Education Hub Pro › Other elements are are not in alignment with the theme
- This topic has 7 replies, 2 voices, and was last updated 7 years, 8 months ago by wensolutions.
-
AuthorPosts
-
February 15, 2017 at 5:40 am #32318blackgel@gmail.comParticipant
Ques1.
HI, i am facing the difficulty of keeping the things in alignment with other elements of theme for example my TABS are not on the same vertical height as the “upcoming event widget is”, for better understanding visit this link http://effortsias.com/all-india-free-pt-gs-test-series/
here you will see that vertical position of tabs is not in alignmnet with the side widget, why, and how to achieve that, iwant my tabs to at the same vertical position as the right side widget is
Ques 2.why there is space below breadcrumb line and placement of other elements, what to do if i want to place other elements just below breadcrumb section , this would allow me to prevent wastage of page space
all these things can be observed on my site , for better understanding visit different menus on my site http://www.effortsias.com
February 15, 2017 at 6:00 am #32319wensolutionsKeymasterHello @blackgel-gmail-com
To solve the issue of spacing you can use simple CSS code .
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.
#primary.entry-content { margin-top: -35px; }
Hope this helps.
If you have any query further, please let us know.
Best Regards!!
February 15, 2017 at 9:27 am #32330blackgel@gmail.comParticipantSorry, nothing happened, below is my CSS
/*
You can add your own CSS here.Click the help icon above to learn more.
*/
.page h1.entry-title {
display: none;
}#primary.entry-content {
margin-top: -1px;
}February 15, 2017 at 10:28 pm #32416wensolutionsKeymasterHello @blackgel-gmail-com
The CSS you have used is not the one we have suggested . So replace the CSS you have include i.e.:
#primary.entry-content { margin-top: -1px; }
with the CSS give below.
#primary.entry-content { margin-top: -35px; }
Hope this helps.
Best Regards!!
February 15, 2017 at 10:32 pm #32417blackgel@gmail.comParticipantyes i used that only and also tried to change the values to see the results, accidently that was copied in the above section but using your CSS also it does not solve the problem
now i used this CSS and nothing happens
#primary.entry-content {
margin-top: -35px;
}February 16, 2017 at 2:09 am #32443wensolutionsKeymasterHello @blackgel-gmail-com,
Try using below CSS.
.page-id-532 .entry-content { margin-top: 0; }
Also a blank paragraph is shown while inspecting the issue in the entry content so please remove them from the content field.
Hope this helps.
Let us know if it does not work .
Best Regards!!
February 16, 2017 at 10:02 pm #32526blackgel@gmail.comParticipanthow to remove a blank paragraph form content field
February 17, 2017 at 12:12 am #32542wensolutionsKeymasterHello @blackgel-gmail-com,
You have place the short code in the page content by allocating some space .
So go to the page editor screen > the entry content area and remove the space before the short code placement.
Refer to below screen shot for clear information.
http://image.prntscr.com/image/7c834aaf4b634161a497a7ee214972e6.png
Hope this helps.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.