Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #82556
    raviuppal
    Member

    hiiii i am new to blogging also don’t know much about css please try to solve my some problems.my site is http://www.untoldreality.com/
    1.recently i change sidebar position for differnet pages but because of it my footer width also change how to fix it to full page.
    2. i want to change the postion of my site title and search box. site title to the top left corner and search box to the top right corner(above the two social icons that appears on my site)
    3.how to put the two ads in equal positons that shown in this page http://www.untoldreality.com/great-deals/ (i want to add a seperate deal page but problem with positioning.the postion of left and right ads are not same )
    4.how can i show different ads for every different page and post according to material.i don’t want to show same ads on every page or post.
    5.how to remove the big grey line above the footer area.
    thanks if you answer the all my questions.

    #82582
    Pratik
    Participant

    hi @raviuppal,
    1. There is an error in your html. The <main> element is not closed properly, hence footer is getting cut off. Once you solve this issue, the footer will be full width.
    2. This is not possible via custom CSS. You need to make modification to HTML and edit CSS. This is beyond the theme support scope. Please hire a customizer for this.
    3. Add following CSS codes to Appearance=> Customize=> Theme Options=> Custom CSS and this should work

    
    .post-69.page.type-page.status-publish.hentry p {
        float: left;
        width: 50%;
    }
    

    4. To show different ads on different page, just post the ad content in Add/Edit page content. If there is some criteria on to how to show ads, you will need to find a developer to make custom plugin for you. This is not achievable otherwise.
    5. To get rid of that line, add following CSS codes to Appearance=> Customize=> Theme Options=> Custom CSS and this should work.

    
    #footer {
        border-top: none;
    }
    

    Regards,
    Pratik

    #82586
    raviuppal
    Member

    thanks pratik.u r genious…most of the problems solved.
    from my question no. 3 i want some modification in it like this site
    http://www.shoutmeloud.com/deal i want to add ads name and get now link below my image ads can i do this with catch theme if yes than how(if not atleast suggest any other idea to do like this) my site link where i want http://www.untoldreality.com/great-deals/

    #82588
    Pratik
    Participant

    Hi @raviuppal,

    http://www.untoldreality.com/great-deals/ is currently giving me 404 page not found error. Can you check it?

    Regards,
    Pratik

    #82593
    raviuppal
    Member
    #82594
    raviuppal
    Member

    http://www.untoldreality.com/ultimate-deals/ sorry permalink changed.

    another problem i found my site is not show in mobile when i type my site link what is the problem?

    #82640
    Pratik
    Participant

    Hi @raviuppal,
    It is working fine from the mobile devices that I have checked. Maybe there is cache issue in your mobile.

    To get the button and title below your ads, you will need html and CSS which falls outside out Theme Support Scope. You will need to hire a customizer for that.

    Regards,
    Pratik

    #82680
    raviuppal
    Member

    thanks pratik. how supporting are you.have a nice day.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘few problems that i face’ is closed to new replies.