Title is Way Off The To The Right On Desktop Screen - Ok On Mobile - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon!Β Grab your deal now!

Title is Way Off The To The Right On Desktop Screen - Ok On Mobile

N

Neil

Template 2 years ago

Hi I have downloaded the Nuron template on to an existing J4 web site (previously J3.9) and most things are working OK, but the title seems to be too far over to the right when viewing on widescreen format. It's OK on mobile and tablet view.

How can I move the title back over to the middle of the page?

Thanks, Neil

0
29 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #132310

Thanks for the compliment. I have fixed your header with a simple CSS trick. Please check it now. Let me know if you need further help.

Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.

I have a humble request too. It would be very kind of you if you can manage some moment to give us feedback onΒ 

  1. Joomla Extension Directory
  2. TrustPilot

This will inspire us to improve.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131111

Hi

Thanks for contacting us. Could you please give me your site URL?

-Regards.

0
N
Neil
Accepted Answer
2 years ago #131116

Hi Thanks for your reply. Sure, I have added it to the hidden content. The home page is a custom SP-Page, but the rest of the site should be just normal single articles. Thanks

0
N
Neil
Accepted Answer
2 years ago #131120

Also the page is coming up with some errors as the following files are not found.

templates/nuron/css/bootstrap.min.css.map

templates/nuron/js/bootstrap.bundle.min.js.map

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bootstrap.min.css.map, line 0)

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bootstrap.bundle.min.js.map, line 0)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131164

Hi

For title header issue use this custom CSS

.article-details .article-details-top-wraper .article-header {
    margin: 0 !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

And for others issue please create a new forum post.

0
N
Neil
Accepted Answer
2 years ago #131172

The CSS you provided seems to force the title over ot the left of the page. But in the template

https://demo2.joomshaper.com/2022/nuron/index.php/pages/about

The text and title are centred on the widescreen view.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131345

Do you want it here? Then use this CSS

.article-details .article-details-top-wraper .article-header .article-details-title{
    position: relative;
    top: 100px;
}
0
N
Neil
Accepted Answer
2 years ago #131524

Thankyou so much Mahtaz,

I have tried the CSS you proposed and it doesn't seem to work.

I have added more information in the hidden content.

Many thanks for any help you can provide. Neil

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131597

If you use this css then it seems like this which is ok right? https://prnt.sc/7pm9ohGPgdWm

.article-details .article-details-top-wraper .article-header {
    margin: 0 !important;
}
0
N
Neil
Accepted Answer
2 years ago #131628

Sorry Mehtaz - the title and text on the left is not correct for this template and looks awful.

When a page loads with any normal content it has padding to the left and right.

I really don't understand why the template is not working normally when displaying a single article?

Can we make the single article look like is should, with the padding on left and right?

0
N
Neil
Accepted Answer
2 years ago #131634

I have just created a test page that doesn't use the Joomla 4 single article and instead uses a component that publishes plain HTML, so you can see what the page should look like vs what it is now.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131635

Ok then use this CSS

.article-details .article-details-top-wraper .article-header {
    margin: 0 !important;
}

#sp-main-body{
 padding: 50px !important;

}
.article-details .article-details-top-wraper{
      padding-bottom: 70px !important;
}

0
N
Neil
Accepted Answer
2 years ago #131655

Thanks very much for your quick reply.

I have added the code and I get the following result (below in hidden content), which is still on the left and not in the centre block like this page: https://ne14.co.uk/rp/images/nuron2.png

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131763

I need to check this URL right? It seems ok in my end.

0
N
Neil
Accepted Answer
2 years ago #131782

Hi Mehtaz,

Thanks again for your reply, but maybe things are not clear, so apologies if it's me :)

Unfortunately, the layout is not OK, as it should be central, with padding on the left and right, but it's left justified and 100% width - which looks awful.

I will send you a video. Please can you help?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131981

Could you please check that video? It does not load here.

0
N
Neil
Accepted Answer
2 years ago #132043

Hi

That video is an unlisted video on YouTube, so you should be able to see it. Unless YouTube is blocked?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #132131

Give me your super admin access again please, the access you provided does not work.

0
N
Neil
Accepted Answer
2 years ago #132135

Hi Mehtaz,

I have re-enabled the admin access for you now and it will work.

Thanks, Neil

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #132177

Hello Neil

I have used this CSS to

Template Options -> Custom Code -> Custom CSS

@media (min-width: 576px){
    .view-article #sp-main-body .container{
        max-width: 540px !important;
    }    
}
@media (min-width: 768px){
    .view-article #sp-main-body .container{
        max-width: 720px !important;
    }    
}
@media (min-width: 992px){
    .view-article #sp-main-body .container{
        max-width: 960px !important;
    }    
}
@media (min-width: 1200px){
    .view-article #sp-main-body .container{
        max-width: 1140px !important;
    }    
}
@media (min-width: 1400px){
    .view-article #sp-main-body .container{
        max-width: 1320px !important;
    }    
}

Please check your article now.

Best regards

0
N
Neil
Accepted Answer
2 years ago #132178

That's AMAZING Ofi and Mahtaz! Thank you both.

The pages all align perfectly. The only minor thing is the title seems to be different on the single article pages. Not sure why the title would appear smaller than on the other pages?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #132199

You are welcome 😊

Please use this CSS to

Template Options -> Custom Code -> Custom CSS

.article-details .article-details-top-wraper .article-header .article-details-title {
    font-weight: 600;
    font-size: 68px;
}
.article-details .article-details-top-wraper .article-header{
    max-width: initial;
}
0
N
Neil
Accepted Answer
2 years ago #132253

You are a star Ofi! 😊

It looks amazing! I did spot that the top menus are so far right that when a drop down menu shows, it seems to be off the screen slightly, like the title was.

Is this a simple fix?

0
N
Neil
Accepted Answer
2 years ago #132321

Thank you so much Ofi! This is perfect and I really appreciate your excellent support. Review done.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #132339

You are welcome 😊

I am glad that I could help you. Have a great day!

0
N
Neil
Accepted Answer
2 years ago #132720

I have noticed that there are two Errors on the page when it loads. Is this fixable as I am almost ready to launch the web site?

Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bootstrap.min.css.map, line 0).

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bootstrap.bundle.min.js.map, line 0)

I have put the URLs that it's looking for and not finding below in the hidden content.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #133360

In which page are these not loading?

0
N
Neil
Accepted Answer
2 years ago #133413

Hi Ofi

I put a blank file in the location that the script was looking and it's all fine now.

Thanks again

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #133493

You are welcome 😊

0