Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859821

    brothersaid
    Participant

    This theme seemed promising at first, but has become frustrating searching for the right template or css to alter. I use the inspector in Chrome, but still have a laborious time trying to make simple modifications. WHY isn’t there a setting to customize the navbar in single portfolio view???

    I’ve been trying for THREE DAYS to get a portfolio item to display in the large size setting when on single-portfolio item!!! After two days, I traced the problem to the position of the navbar which is set to fixed left. I’ve searched these X forum high and low and tried several CSS options offered, but nothing works (unless I’m in the inspector or customizer view – then the navbar floats to the top, and my image displays correctly.

    I need a quick, simple solution. I need the right css code or to be directed to the fight template to customkize.

    #860182

    Rupok
    Member

    Hi there,

    Thanks for writing in! You need just some basic CSS knowledge to find the element with inspector and modify the CSS to place over the Custom CSS. Note that if we place every settings over Customizer then it will be very slow and confusing at the same time. X is very extensive and you can easily utilize the Custom CSS/JS fields to quickly add some CSS/JS to modify something.

    Now regarding your issue, provide your URL and clarify what you are trying to accomplish with a screenshot so that we could provide you some tailored code.

    Hope this makes sense.

    Cheers!

    #863314

    brothersaid
    Participant

    On the portfolio item page this photo is suppose to be full size. I’ve traced the problem to the position of the navbar which is fixed-left. (see attached “BSsite Screenshot). So I need the navbar to be at the top for the portfolio item views.

    My “under construction” is up so you won’t see anything with my url. Do you want my admin info to get in the back en?

    #863754

    Thai
    Moderator

    Hi There,

    Please provide us with your website URL and your admin account so we can take a closer look.

    Don’t forget to set your reply as private!

    Thank you.

    #864164

    brothersaid
    Participant
    This reply has been marked as private.
    #864554

    Christopher
    Moderator

    Hi there,

    It’s not related to fixed left navbar, this is Ethos design. Please see : http://theme.co/x/demo/ethos/1/portfolio-item/sierra-farm/

    If you want to display the content area full width, please add the following code in Customize -> Custom -> CSS :

    .single-x-portfolio .entry-featured, .single-x-portfolio .entry-wrap {
        width: 100% !important;
      
    }

    Hope it helps.

    #872089

    brothersaid
    Participant

    Yeah, that code helped. Thanks a lot. Wow, I never would have guessed to string all those classes together – that’s just not apparent when you inspect the CSS in Chrome.

    So thanks again for the help.

    #872686

    Zeshan
    Member

    You’re most welcome! 🙂