Home Forums Pro Themes Education Hub Pro Other elements are are not in alignment with the theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #32318
    blackgel@gmail.com
    Participant

    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

    #32319
    wensolutions
    Keymaster

    Hello @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!!

    #32330
    blackgel@gmail.com
    Participant

    Sorry, 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;
    }

    #32416
    wensolutions
    Keymaster

    Hello @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!!

    #32417
    blackgel@gmail.com
    Participant

    yes 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;
    }

    #32443
    wensolutions
    Keymaster

    Hello @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!!

    #32526
    blackgel@gmail.com
    Participant

    how to remove a blank paragraph form content field

    #32542
    wensolutions
    Keymaster

    Hello @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!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.